Commit Graph

25 Commits

Author SHA1 Message Date
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
Tristan Read f4b8ec7ea1 Add requested resources to cluster health - ce port 2019-03-29 08:33:10 +00:00
Adriel Santiago 1c4c4ba1d0 Remove ECharts metrics dashboard feature flag 2019-02-07 07:39:24 +00:00
syasonik db054bc166 Support flat response for envs index route
To support environment folders in the UI on the Environments List
page, the environments index route previously returned one environment
per folder, excluding those other than the latest deploy. However, the
environtments dropdown on the metrics dashboard requires that any
environment be selectable.

To accommodate both use cases, support an optional 'nested' parameter
in the index route to return either a flat, complete response or a
nested response based on the use case in question. The new default
response structure is the flat response.
2019-01-21 14:51:16 -06:00
Jose Ivan Vargas 40bb1bb363 Add empty state for graphs with no values 2018-11-29 19:22:43 +00:00
Simon Knox deb6b429bf Backport changes from gitlab-ee!7538 2018-10-05 16:26:16 +00:00
Jose Ivan Vargas 236e752bfb Resolve "Metrics drop down doesn't show all environment, some not clickable" 2018-07-17 20:44:26 +00:00
Jose 786edcb4f9 populate environments dropdown, add tests 2018-07-04 10:37:19 -05:00
Lukas Eipert 0e6441164f
remove all unused eslint-disable rules 2018-06-20 14:28:28 +02:00
Jose Ivan Vargas 89c8bd4eca Added specs 2018-04-06 14:39:47 -05:00
Mike Greiling bb79e3cbec
fix broken karma specs due to removed function 2018-01-31 17:11:18 -06:00
Winnie Hellmann 46464e5fa3 Make webpack fail for missing exports 2017-12-22 11:10:22 +00:00
Jose Ivan Vargas d377aa5475 Changed the deploy markers on the prometheus dashboard to be more verbose 2017-12-07 12:56:30 -06:00
Jose Ivan Vargas e673730079 Replaced vue-resource for axios in the prometheus dashboard 2017-11-22 10:52:14 -06:00
Jose Ivan Vargas 7f5ae2e8b2 Changed how the backend response is handled for when instead of series 2017-09-07 17:16:31 -05:00
Jose Ivan Vargas 93ba3fdd1e small fixes to code and specs 2017-09-07 09:19:13 -05:00
Jose Ivan Vargas 2278b5d8aa Modified mocked data to be less than 500kb 2017-08-30 18:36:22 -05:00
Jose Ivan Vargas f6df7d6a72 Added and corrected specs for the additional time series 2017-08-30 18:36:21 -05:00
Jose Ivan Vargas 42d4b013ea Added test for the chart legend 2017-07-06 06:59:01 -05:00
Jose Ivan Vargas 2a829d0f53 Fixed the y_label not setting correctly for each graph on the monitoring dashboard 2017-07-03 10:43:56 -05:00
Phil Hughes 871bf96c9b Merge branch 'additional-metrics-dashboard' into '28717-additional-metrics-review-branch'
Additional metrics dashboard

See merge request !11740
2017-06-26 14:44:03 +00:00