Merge pull request #142 from trails-cool/fix/grafana-annotation-filter-type

Fix Grafana annotation filter: remove type:dashboard
This commit is contained in:
Ullrich Schäfer 2026-03-29 22:00:07 +02:00 committed by GitHub
commit 1103deb7e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 10 deletions

View file

@ -8,8 +8,7 @@
"enable": true,
"datasource": { "type": "grafana", "uid": "-- Grafana --" },
"iconColor": "rgba(0, 211, 255, 1)",
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" },
"type": "dashboard"
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }
}
]
},

View file

@ -9,8 +9,7 @@
"enable": true,
"datasource": { "type": "grafana", "uid": "-- Grafana --" },
"iconColor": "rgba(0, 211, 255, 1)",
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" },
"type": "dashboard"
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }
}
]
},

View file

@ -9,8 +9,7 @@
"enable": true,
"datasource": { "type": "grafana", "uid": "-- Grafana --" },
"iconColor": "rgba(0, 211, 255, 1)",
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" },
"type": "dashboard"
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }
}
]
},

View file

@ -9,8 +9,7 @@
"enable": true,
"datasource": { "type": "grafana", "uid": "-- Grafana --" },
"iconColor": "rgba(0, 211, 255, 1)",
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" },
"type": "dashboard"
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }
}
]
},

View file

@ -9,8 +9,7 @@
"enable": true,
"datasource": { "type": "grafana", "uid": "-- Grafana --" },
"iconColor": "rgba(0, 211, 255, 1)",
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" },
"type": "dashboard"
"target": { "limit": 100, "matchAny": false, "tags": ["deploy"], "type": "tags" }
}
]
},