diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-21 13:04:51 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-21 13:04:51 +0000 |
commit | 8b0acc31281d7a2feabf4d7dfd4055b10b8184cd (patch) | |
tree | 3812741805076a69450504265fd5b088ef2c94b7 | |
parent | a08a882f69992860354e8c820facc6b130a4f96e (diff) | |
parent | 91d31e4cc986e5f1d7088fda9bf92d2719da9976 (diff) | |
download | gitlab-ce-8b0acc31281d7a2feabf4d7dfd4055b10b8184cd.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
-rw-r--r-- | doc/user/project/integrations/img/download_as_csv.png | bin | 0 -> 33801 bytes | |||
-rw-r--r-- | doc/user/project/integrations/prometheus.md | 6 |
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 Binary files differnew file mode 100644 index 00000000000..0ed5ab8db89 --- /dev/null +++ b/doc/user/project/integrations/img/download_as_csv.png diff --git a/doc/user/project/integrations/prometheus.md b/doc/user/project/integrations/prometheus.md index 3ddda802796..e2f45b8a32f 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 |