Merge pull request #141 from trails-cool/fix/grafana-annotation-target
Fix Grafana deploy annotation query
This commit is contained in:
commit
16fd07bd97
5 changed files with 10 additions and 5 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue