-
- 下载
Merge branch 'sy-setup-http-integrations-for-prometheus' into 'master'
Add support for Prometheus as HTTP alert integrations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/120046 Merged-by:Roy Zwambag <rzwambag@gitlab.com> Approved-by:
Tianwen Chen <tchen@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Reviewed-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Reviewed-by:
Sarah Yasonik <syasonik@gitlab.com> Reviewed-by:
Roy Zwambag <rzwambag@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
syasonik <syasonik@gitlab.com>
显示
- app/finders/alert_management/http_integrations_finder.rb 15 个添加, 12 个删除app/finders/alert_management/http_integrations_finder.rb
- app/models/alert_management/http_integration.rb 20 个添加, 8 个删除app/models/alert_management/http_integration.rb
- app/services/alert_management/http_integrations/base_service.rb 57 个添加, 0 个删除...rvices/alert_management/http_integrations/base_service.rb
- app/services/alert_management/http_integrations/create_service.rb 15 个添加, 49 个删除...ices/alert_management/http_integrations/create_service.rb
- app/services/alert_management/http_integrations/destroy_service.rb 11 个添加, 0 个删除...ces/alert_management/http_integrations/destroy_service.rb
- app/services/alert_management/http_integrations/update_service.rb 22 个添加, 27 个删除...ices/alert_management/http_integrations/update_service.rb
- app/services/projects/prometheus/alerts/notify_service.rb 8 个添加, 2 个删除app/services/projects/prometheus/alerts/notify_service.rb
- db/migrate/20230428165514_add_type_to_http_integrations.rb 7 个添加, 0 个删除db/migrate/20230428165514_add_type_to_http_integrations.rb
- db/schema_migrations/20230428165514 1 个添加, 0 个删除db/schema_migrations/20230428165514
- db/structure.sql 1 个添加, 0 个删除db/structure.sql
- ee/app/finders/ee/alert_management/http_integrations_finder.rb 3 个添加, 3 个删除...p/finders/ee/alert_management/http_integrations_finder.rb
- ee/app/services/ee/alert_management/http_integrations/base_service.rb 6 个添加, 4 个删除...ces/ee/alert_management/http_integrations/base_service.rb
- ee/app/services/ee/alert_management/http_integrations/update_service.rb 0 个添加, 20 个删除...s/ee/alert_management/http_integrations/update_service.rb
- ee/spec/finders/ee/alert_management/http_integrations_finder_spec.rb 19 个添加, 20 个删除...ders/ee/alert_management/http_integrations_finder_spec.rb
- ee/spec/requests/api/graphql/mutations/alert_management/http_integration/create_spec.rb 3 个添加, 3 个删除...utations/alert_management/http_integration/create_spec.rb
- ee/spec/services/ee/alert_management/http_integrations/update_service_spec.rb 23 个添加, 1 个删除...alert_management/http_integrations/update_service_spec.rb
- ee/spec/services/projects/prometheus/alerts/notify_service_spec.rb 1 个添加, 1 个删除...ervices/projects/prometheus/alerts/notify_service_spec.rb
- locale/gitlab.pot 6 个添加, 3 个删除locale/gitlab.pot
- spec/factories/alert_management/http_integrations.rb 6 个添加, 0 个删除spec/factories/alert_management/http_integrations.rb
- spec/finders/alert_management/http_integrations_finder_spec.rb 28 个添加, 10 个删除...finders/alert_management/http_integrations_finder_spec.rb
加载中
想要评论请 注册 或 登录