oncall-engine/engine/apps/metrics_exporter
Vadim Stepanov 8188dd5dd2
Create missing direct paging integrations (#3468)
# What this PR does

Makes organization sync create direct paging integrations for Grafana
teams that don't have one.

## Which issue(s) this PR fixes

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

## 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] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-11-30 17:18:18 +00:00
..
tests Create missing direct paging integrations (#3468) 2023-11-30 17:18:18 +00:00
__init__.py OnCall prometheus metrics exporter (#1605) 2023-05-25 18:26:13 +00:00
apps.py Move new alert group metric creation into async task (#3451) 2023-11-29 12:45:36 +00:00
constants.py Add "user_was_notified_of_alert_groups" metric (#2334) 2023-06-28 08:15:19 +00:00
helpers.py Create missing direct paging integrations (#3468) 2023-11-30 17:18:18 +00:00
metrics_cache_manager.py Move new alert group metric creation into async task (#3451) 2023-11-29 12:45:36 +00:00
metrics_collectors.py Enable flake8-bugbear, fix issues (#3454) 2023-11-29 15:04:48 +00:00
signals.py Move new alert group metric creation into async task (#3451) 2023-11-29 12:45:36 +00:00
tasks.py Move new alert group metric creation into async task (#3451) 2023-11-29 12:45:36 +00:00
urls.py Add instructions for prometheus exporter setup (#2103) 2023-06-12 13:04:07 +00:00
views.py Add instructions for prometheus exporter setup (#2103) 2023-06-12 13:04:07 +00:00