An error occurred fetching the project authors.
- 13 Apr, 2020 1 commit
-
-
Reuben Pereira authored
Since Alerting and Custom Metrics features have been moved into GitLab Core, move the alerts inserter stage of metrics dashboard processing into Core as well.
-
- 18 Mar, 2020 1 commit
-
-
Ryan Cobb authored
-
- 17 Mar, 2020 1 commit
-
-
syasonik authored
-
- 17 Feb, 2020 1 commit
-
-
Ryan Cobb authored
This adds a path to edit custom metrics in prometheus dashboard response. It also adds a boolean to indicate if a panel group contains custom metrics.
-
- 27 Jan, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Jan, 2020 1 commit
-
-
Kirstie Cook authored
-
- 13 Jan, 2020 1 commit
-
-
Kirstie Cook authored
-
- 21 Oct, 2019 2 commits
-
-
allison.browne authored
-
Sarah Yasonik authored
Adds a new Metrics Dashboard Service which fetches a grafana dashboard and datasource based on an input url, reformatting the output to be compatible with our existing dashboard rendering behavior on the FE. Ultimately, this will be used as a part of embedding prometheus metrics in GFM via grafana. Note that this service introduces usage of ReactiveCaching in the service as a result of external API calls. This will mean that usage of this new service will need to be polled.
-
- 16 Sep, 2019 2 commits
-
-
Ryan Cobb authored
This moves metric dashboard stage sequences from the dashboard processorto their approriate services. It also refactors the metric dashboard finder by moving the environment argument into the options hash.
-
Ryan Cobb authored
This adds cluster metrics dashboard processing. This will be used in addition with cluster prometheus proxies to move cluster dashboard metrics to a similar pattern that we use for environment metrics.
-
- 24 Jul, 2019 2 commits
-
-
Peter Leitzen authored
Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
-
Peter Leitzen authored
Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
-
- 06 Jun, 2019 6 commits
-
-
syasonik authored
Error classes associated with individual stages of dashboard processing tend to have very long names. As dashboard post-processing includes more steps, we will likely need to handle more error cases. Refactoring to have all errors inherit from a specific base class will help accommodate this and keep the code more readable.
-
syasonik authored
Error classes associated with individual stages of dashboard processing tend to have very long names. As dashboard post-processing includes more steps, we will likely need to handle more error cases. Refactoring to have all errors inherit from a specific base class will help accommodate this and keep the code more readable.
-
syasonik authored
-
syasonik authored
Adds a new stage to dashboard processesing step for the EnvironmentsController::metrics_dashboard endpoint. Allows the front end to avoid generating the endpoint unitutive string mutations.
-
syasonik authored
-
syasonik authored
Adds a new stage to dashboard processesing step for the EnvironmentsController::metrics_dashboard endpoint. Allows the front end to avoid generating the endpoint unitutive string mutations.
-
- 01 May, 2019 2 commits
-
-
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.
-
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.
-
- 25 Apr, 2019 8 commits
- 24 Apr, 2019 10 commits
-
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
rpereira2 authored
-
rpereira2 authored
- Order groups by descending order of priority. - Order panels by descending order of weight. - Perform sorting after adding project/custom metrics.
-
syasonik authored
-
syasonik authored
-
syasonik authored
-
syasonik authored
-