# What this PR does Related to: - https://github.com/grafana/oncall-private/issues/2943 ## 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: Vadim Stepanov <vadimkerr@gmail.com>
7 lines
177 B
Python
7 lines
177 B
Python
class PluginID:
|
|
ONCALL = "grafana-oncall-app"
|
|
IRM = "grafana-irm-app"
|
|
|
|
INCIDENT = "grafana-incident-app"
|
|
LABELS = "grafana-labels-app"
|
|
ML = "grafana-ml-app"
|