-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '27439-performance-deltas' into 'master'
Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981
Showing
- app/controllers/projects/deployments_controller.rb 4 additions, 2 deletionsapp/controllers/projects/deployments_controller.rb
- app/models/deployment.rb 2 additions, 7 deletionsapp/models/deployment.rb
- app/models/environment.rb 1 addition, 1 deletionapp/models/environment.rb
- app/models/project_services/monitoring_service.rb 5 additions, 2 deletionsapp/models/project_services/monitoring_service.rb
- app/models/project_services/prometheus_service.rb 11 additions, 25 deletionsapp/models/project_services/prometheus_service.rb
- lib/gitlab/prometheus/queries/base_query.rb 26 additions, 0 deletionslib/gitlab/prometheus/queries/base_query.rb
- lib/gitlab/prometheus/queries/deployment_query.rb 26 additions, 0 deletionslib/gitlab/prometheus/queries/deployment_query.rb
- lib/gitlab/prometheus/queries/environment_query.rb 20 additions, 0 deletionslib/gitlab/prometheus/queries/environment_query.rb
- lib/gitlab/prometheus_client.rb 2 additions, 2 deletionslib/gitlab/prometheus_client.rb
- spec/controllers/projects/deployments_controller_spec.rb 50 additions, 21 deletionsspec/controllers/projects/deployments_controller_spec.rb
- spec/lib/gitlab/prometheus/queries/deployment_query_spec.rb 36 additions, 0 deletionsspec/lib/gitlab/prometheus/queries/deployment_query_spec.rb
- spec/lib/gitlab/prometheus_client_spec.rb 1 addition, 1 deletionspec/lib/gitlab/prometheus_client_spec.rb
- spec/models/deployment_spec.rb 5 additions, 4 deletionsspec/models/deployment_spec.rb
- spec/models/environment_spec.rb 1 addition, 1 deletionspec/models/environment_spec.rb
- spec/models/project_services/prometheus_service_spec.rb 20 additions, 12 deletionsspec/models/project_services/prometheus_service_spec.rb
- spec/support/prometheus_helpers.rb 3 additions, 5 deletionsspec/support/prometheus_helpers.rb
Loading
Please register or sign in to comment