mirror of https://github.com/grafana/grafana
EntityStore: support filtering by labels (#59905)
* label filtering * filtering in sql * filtering in sql group by * label is unique - no need for distinct * capitalize * fix capitalizationpull/59919/head
parent
3c249e1b99
commit
9e349bf9b0
@ -0,0 +1,40 @@ |
||||
{ |
||||
"tags": [ |
||||
"blue", |
||||
"green" |
||||
], |
||||
"editable": true, |
||||
"fiscalYearStartMonth": 0, |
||||
"graphTooltip": 0, |
||||
"id": 221, |
||||
"links": [], |
||||
"liveNow": false, |
||||
"panels": [ |
||||
{ |
||||
"gridPos": { |
||||
"h": 1, |
||||
"w": 24, |
||||
"x": 0, |
||||
"y": 8 |
||||
}, |
||||
"id": 8, |
||||
"title": "Row title", |
||||
"type": "row" |
||||
} |
||||
], |
||||
"schemaVersion": 36, |
||||
"style": "dark", |
||||
"templating": { |
||||
"list": [] |
||||
}, |
||||
"time": { |
||||
"from": "now-6h", |
||||
"to": "now" |
||||
}, |
||||
"timepicker": {}, |
||||
"timezone": "", |
||||
"title": "special ds", |
||||
"uid": "mocpwtR4k", |
||||
"version": 1, |
||||
"weekStart": "" |
||||
} |
@ -0,0 +1,40 @@ |
||||
{ |
||||
"tags": [ |
||||
"red", |
||||
"green" |
||||
], |
||||
"editable": true, |
||||
"fiscalYearStartMonth": 0, |
||||
"graphTooltip": 0, |
||||
"id": 221, |
||||
"links": [], |
||||
"liveNow": false, |
||||
"panels": [ |
||||
{ |
||||
"gridPos": { |
||||
"h": 1, |
||||
"w": 24, |
||||
"x": 0, |
||||
"y": 8 |
||||
}, |
||||
"id": 8, |
||||
"title": "Row title", |
||||
"type": "row" |
||||
} |
||||
], |
||||
"schemaVersion": 36, |
||||
"style": "dark", |
||||
"templating": { |
||||
"list": [] |
||||
}, |
||||
"time": { |
||||
"from": "now-6h", |
||||
"to": "now" |
||||
}, |
||||
"timepicker": {}, |
||||
"timezone": "", |
||||
"title": "special ds", |
||||
"uid": "mocpwtR4k", |
||||
"version": 1, |
||||
"weekStart": "" |
||||
} |
Loading…
Reference in new issue