We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a6a3a commit 1a6534cCopy full SHA for 1a6534c
public/app/features/alerting/unified/utils/constants.ts
@@ -19,7 +19,7 @@ export enum Annotation {
19
alertId = '__alertId__',
20
dashboardUID = '__dashboardUid__',
21
panelID = '__panelId__',
22
- logzioRCA = '__logzioRCA__', // LOGZ.IO GRAFANA CHANGE :: DEV-48578 - rca checkbox
+ logzioRCA = '__logzioAlertRCA__', // LOGZ.IO GRAFANA CHANGE :: DEV-48578 - rca checkbox
23
}
24
25
export const annotationLabels: Record<Annotation, string> = {
0 commit comments