Commit graph

8 commits

Author SHA1 Message Date
Laura Montemayor
9e75711aea Adds download CSV functionality to dropdown in metrics
This MR adds the functionality to download metrics data
as CSV. It also removes the exportMetricsToCsvEnabled feature
flag which was used before the dropdown was implemented to
display a button.
2019-08-14 22:57:33 +00:00
Laura Montemayor
6a5a624749 Adds button to download metrics data as csv
This MR adds a temporary button to be able to
download the Prometheus metrics from charts
to CSV format.
2019-08-09 20:29:33 +00:00
Tristan Read
97b325a4a2 Add ability to embed metrics
See https://gitlab.com/gitlab-org/gitlab-ce/issues/30423
2019-07-22 12:01:42 +00:00
Jose Ivan Vargas
202a150f72 Add support for additional panel types
This introduces the single stat chart component aside from
the area chart component
2019-07-10 21:12:46 +00:00
Simon Knox
27afe5496d Add feature flag and dashboard endpoint
First part of FE for Prometheus API
Dashboard endpoint fetches all info except for chart results
Renders empty groups after loading
2019-06-26 22:14:41 +00:00
Simon Knox
66e65c601d Use Prometheus API for dashboard metrics
Make API request for each chart
2019-06-07 21:48:37 +10:00
Simon Knox
fba991dc48 Add feature flag and dashboard endpoint
First part of FE for Prometheus API
Dashboard endpoint fetches all info except for chart results
Renders empty groups after loading
2019-06-07 21:39:03 +10:00
Jose Ivan Vargas
218dd51239 Migrate the monitoring dashboard store to vuex
This changes the monitoring javascript store from
an object based to a vuex one
2019-05-27 22:30:36 +00:00