- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 14, 2019
-
-
Laura Montemayor authored
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.
-
- Aug 09, 2019
-
-
Tristan Read authored
Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
-
Laura Montemayor authored
This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
-
- Aug 08, 2019
-
-
Sarah Yasonik authored
-
- Aug 07, 2019
-
-
Sarah Yasonik authored
https://gitlab.com/gitlab-org/gitlab-ce/issues/62971 Adds support to EnvironmentsController#metrics_dashboard for the following params: group, title, y_label These params are used to uniquely identify a panel on the metrics dashboard. Metrics are stored in several places, so this adds utilities to find a specific panel from the database or filesystem depending on the metric specified. Also moves some shared utilities into separate classes, notably default values and errors.
-
- Jul 16, 2019
-
-
Sarah Yasonik authored
-
- Jul 10, 2019
-
-
Jose Ivan Vargas Lopez authored
This introduces the single stat chart component aside from the area chart component
-
- Jun 20, 2019
-
-
Sarah Yasonik authored
This commits adds support for metrics dashboards for embedding. If the flag 'embedded' is provided to the environments/id/metrics_dashboard endpoint, the response will be suitable for embedding in issues or other content. This is a precursor for support for embedding metrics in GFM.
-
- Jun 13, 2019
-
-
Sarah Yasonik authored
Opts to cache a full list of cached dashboards to better manage removing items from the cache. This also allows dashboards to be stored in the cache that don't necessarily correspond to a single dashboard yml.
-
- Jun 12, 2019
-
-
Reuben Pereira authored
-
- Jun 07, 2019
-
-
- Jun 06, 2019
-
-
Adriel Santiago authored
Adds a new query text input for metric alerts
-
- May 20, 2019
-
-
- May 07, 2019
-
-
Adriel Santiago authored
Add settings for linking to external dashboard from metrics dashboard
-
- May 01, 2019
-
-
Sarah Yasonik authored
Updates the EnvironmentController#metrics_dashboard endpoint to support a "dashboard" param, which can be used to specify the filepath of a dashboard configuration from a project repository. Dashboard configurations are expected to be stored in .gitlab/dashboards/. Updates dashboard post-processing steps to exclude custom metrics, which should only display on the system dashboard.
-
- Apr 29, 2019
-
-
When showing the HTML version of the environment metrics we don't need to fetch their metrics because we don't use them anymore on the HTML version. We use additional_metrics.json endpoint now.
-
- Apr 25, 2019
-
-
syasonik authored
-
- Apr 24, 2019
-
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
Reuben Pereira authored
Change MetricsDashboard::Service to inherit from BaseService so that it can reuse methods like initialize, success, error.
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
- Apr 09, 2019
-
-
- Apr 04, 2019
-
-
We're moving from using terminology related to terminals when we refer to Websockets connections in Workhorse. It's more appropiate a concept like channel.
-
- Apr 03, 2019
-
-
syasonik authored
Adds support for start and end parameters in the #additional_metrics endpoint of the EnvironmentsController. start and end are meant to be unix timestamps, per the Prometheus API (as the consumer of this endpoint will eventually be transitioned to a prometheus endpoint). This functionality is behind the :metrics_time_window feature flag for development.
-
- Feb 07, 2019
-
-
Adriel Santiago authored
-
- Feb 06, 2019
-
-
Shinya Maeda authored
Add changelog Rename word to query User hash for limit Do not allow control limit Rename pluck names and add more specs
-
- Jan 30, 2019
-
-
syasonik authored
-