summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-21 13:04:51 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2019-08-23 10:08:10 +0000
commit34cb960adfaa7ab124bc88dab2138e948182cf32 (patch)
tree84c1dee362bb3f5c91834b5733167dd50244afd3
parent6127c156086d386788dcefa25988623e931f6b77 (diff)
downloadgitlab-ce-34cb960adfaa7ab124bc88dab2138e948182cf32.tar.gz
Merge branch '64950-move-download-csv-button-functionality-in-metrics-dashboard-cards-into-the-dropdown' into 'master'
Add docs for csv download Closes #66291 See merge request gitlab-org/gitlab-ce!31870 (cherry picked from commit 8b0acc31281d7a2feabf4d7dfd4055b10b8184cd) 40327645 Adds docs for downloading csv 11f959ad Compress download_as_csv.png image 5cf5a52f Merge remote-tracking branch 'origin/master' into...
-rw-r--r--doc/user/project/integrations/img/download_as_csv.pngbin0 -> 33801 bytes
-rw-r--r--doc/user/project/integrations/prometheus.md6
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/integrations/img/download_as_csv.png b/doc/user/project/integrations/img/download_as_csv.png
new file mode 100644
index 00000000000..0ed5ab8db89
--- /dev/null
+++ b/doc/user/project/integrations/img/download_as_csv.png
Binary files differ
diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md
index aa7db97c413..01e8fb76425 100644
--- a/doc/user/project/integrations/prometheus.md
+++ b/doc/user/project/integrations/prometheus.md
@@ -269,6 +269,12 @@ Note the following properties:
![single stat panel type](img/prometheus_dashboard_single_stat_panel_type.png)
+### Downloading data as CSV
+
+Data from Prometheus charts on the metrics dashboard can be downloaded as CSV.
+
+![Downloading as CSV](img/download_as_csv.png)
+
### Setting up alerts for Prometheus metrics **(ULTIMATE)**
#### Managed Prometheus instances