-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'backport_custom_metrics_ce_components' into 'master'
Backport custom metrics ce components See merge request gitlab-org/gitlab-ce!17300
No related branches found
No related tags found
Showing
- app/controllers/projects/prometheus/metrics_controller.rb 27 additions, 0 deletionsapp/controllers/projects/prometheus/metrics_controller.rb
- app/controllers/projects/prometheus_controller.rb 0 additions, 24 deletionsapp/controllers/projects/prometheus_controller.rb
- app/models/project_services/prometheus_service.rb 11 additions, 9 deletionsapp/models/project_services/prometheus_service.rb
- app/views/projects/services/prometheus/_show.html.haml 1 addition, 1 deletionapp/views/projects/services/prometheus/_show.html.haml
- config/routes/project.rb 3 additions, 1 deletionconfig/routes/project.rb
- lib/gitlab/prometheus/metric_group.rb 6 additions, 1 deletionlib/gitlab/prometheus/metric_group.rb
- lib/gitlab/prometheus/queries/additional_metrics_deployment_query.rb 1 addition, 0 deletions...prometheus/queries/additional_metrics_deployment_query.rb
- lib/gitlab/prometheus/queries/additional_metrics_environment_query.rb 1 addition, 0 deletions...rometheus/queries/additional_metrics_environment_query.rb
- lib/gitlab/prometheus/queries/matched_metrics_query.rb 1 addition, 1 deletionlib/gitlab/prometheus/queries/matched_metrics_query.rb
- lib/gitlab/prometheus/queries/query_additional_metrics.rb 4 additions, 4 deletionslib/gitlab/prometheus/queries/query_additional_metrics.rb
- lib/gitlab/prometheus_client.rb 18 additions, 15 deletionslib/gitlab/prometheus_client.rb
- spec/controllers/projects/prometheus/metrics_controller_spec.rb 8 additions, 8 deletions...ontrollers/projects/prometheus/metrics_controller_spec.rb
- spec/lib/gitlab/prometheus/queries/matched_metrics_query_spec.rb 3 additions, 3 deletions...b/gitlab/prometheus/queries/matched_metrics_query_spec.rb
- spec/lib/gitlab/prometheus_client_spec.rb 14 additions, 14 deletionsspec/lib/gitlab/prometheus_client_spec.rb
- spec/models/project_services/prometheus_service_spec.rb 4 additions, 4 deletionsspec/models/project_services/prometheus_service_spec.rb
- spec/support/prometheus/additional_metrics_shared_examples.rb 9 additions, 7 deletions.../support/prometheus/additional_metrics_shared_examples.rb
Please register or sign in to comment