oncall-engine/engine/apps/metrics_exporter
Yulya Artyukhina f583da5b56
Add service_name label to insight metrics (#4300)
# What this PR does
Adds `service_name` label to insight metrics
NOTE: It is related to [this
PR](https://github.com/grafana/oncall/pull/4227) and should be merged no
sooner than two days after the next release (current release version is
1.4.4), because we need to wait for the metrics cache to be updated for
all organizations (uses the new cache structure with `services`)

## Which issue(s) this PR closes
Related to https://github.com/grafana/oncall-private/issues/2610

## 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.
2024-05-22 14:17:42 +00:00
..
tests Add service_name label to insight metrics (#4300) 2024-05-22 14:17:42 +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 Prepare insight metrics structure for adding service_name label (#4227) 2024-04-29 09:45:23 +00:00
helpers.py Add service_name label to insight metrics (#4300) 2024-05-22 14:17:42 +00:00
metrics_cache_manager.py Prepare insight metrics structure for adding service_name label (#4227) 2024-04-29 09:45:23 +00:00
metrics_collectors.py Add service_name label to insight metrics (#4300) 2024-05-22 14:17:42 +00:00
signals.py Move new alert group metric creation into async task (#3451) 2023-11-29 12:45:36 +00:00
tasks.py Prepare insight metrics structure for adding service_name label (#4227) 2024-04-29 09:45:23 +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