Merge pull request #142 from trails-cool/fix/grafana-annotation-filter-type
Fix Grafana annotation filter: remove type:dashboard
This commit is contained in:
commit
1103deb7e8
5 changed files with 5 additions and 10 deletions
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue