Merge pull request #141 from trails-cool/fix/grafana-annotation-target

Fix Grafana deploy annotation query
This commit is contained in:
Ullrich Schäfer 2026-03-29 21:53:57 +02:00 committed by GitHub
commit 16fd07bd97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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