oncall-engine/engine/apps/alerts
Yulya Artyukhina 3d4ce622cb
Add default service_name label for Alerting integrations (#5373)
# What this PR does
- The `service_name` label will be added to Grafana Alerting integration
when it is created, if it wasn't added by user.
- Adds celery task that should be started manually and will add the
`service_name` dynamic label to all existing Grafana Alerting
integrations.

## Which issue(s) this PR closes

Related to https://github.com/grafana/oncall-private/issues/2975

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2025-01-14 10:02:23 +00:00
..
escalation_snapshot chore: convert two slack channel ID char fields to foreign keys (#5224) 2024-11-04 13:34:06 -05:00
grafana_alerting_sync_manager New OnCall plugin initialization process (#4657) 2024-08-16 16:43:52 +00:00
incident_appearance Remove the deprecated "Format Alert" button from the Slack renderer (#5141) 2024-10-14 06:53:17 +00:00
incident_log_builder fix: remove notification failure policy log record when prevent posting is set (#5260) 2024-11-20 17:14:14 +00:00
migrations fix: patch direct paging routes migration (#5401) 2025-01-07 16:50:55 +00:00
models Add default service_name label for Alerting integrations (#5373) 2025-01-14 10:02:23 +00:00
tasks chore: random slack code cleanup (#5307) 2024-11-29 13:21:29 +00:00
tests Add default service_name label for Alerting integrations (#5373) 2025-01-14 10:02:23 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
constants.py Add default service_name label for Alerting integrations (#5373) 2025-01-14 10:02:23 +00:00
integration_options_mixin.py Add support for integration additional settings via custom serializer (#4027) 2024-03-07 18:35:11 +00:00
paging.py feat: allow setting direct paging importance for teams (#5379) 2025-01-06 15:53:13 +00:00
representative.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
signals.py Fix acknowledge reminder task (#5179) 2024-10-16 12:13:28 +00:00
utils.py Reworked declare incident escalation step (#5130) 2024-10-07 19:26:10 +00:00