mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Fix mock alert data
Group and alert level labels didn't match, this fixes it
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
},
|
||||
{
|
||||
"labels": {
|
||||
"alertname": "Memory_Usage_High",
|
||||
"alertname": "Memory_Usage_Too_High",
|
||||
"cluster": "prod"
|
||||
},
|
||||
"blocks": [
|
||||
@@ -260,7 +260,7 @@
|
||||
"alerts": [
|
||||
{
|
||||
"labels": {
|
||||
"alertname": "Memory_Usage_Too_High",
|
||||
"alertname": "Free_Disk_Space_Too_Low",
|
||||
"instance": "server5",
|
||||
"job": "node_exporter",
|
||||
"cluster": "staging"
|
||||
|
||||
Reference in New Issue
Block a user