mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
grafana: Better filter Loki events by project
Closes #761 Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
e80628d69d
commit
9d31814a93
@ -3713,8 +3713,8 @@
|
||||
"type": "loki",
|
||||
"uid": "${DS_LOKI}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "{app=\"incus\", type=\"lifecycle\", instance=\"$job\", project=\"$project\"}",
|
||||
"editorMode": "code",
|
||||
"expr": "{app=\"incus\", type=\"lifecycle\", instance=\"$job\", project=~\"|$project\"}",
|
||||
"queryType": "range",
|
||||
"refId": "A"
|
||||
}
|
||||
@ -3750,8 +3750,8 @@
|
||||
"type": "loki",
|
||||
"uid": "${DS_LOKI}"
|
||||
},
|
||||
"editorMode": "builder",
|
||||
"expr": "{app=\"incus\", type=\"logging\", instance=\"$job\"}",
|
||||
"editorMode": "code",
|
||||
"expr": "{app=\"incus\", type=\"logging\", instance=\"$job\", project=~\"|$project\"}",
|
||||
"queryType": "range",
|
||||
"refId": "A"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user