scopes: add title to scopedashboardbinding Signed-off-by: bergquist <carl.bergquist@gmail.com>
95 lines
2.1 KiB
JSON
95 lines
2.1 KiB
JSON
{
|
|
"kind": "List",
|
|
"items": [
|
|
{
|
|
"apiVersion": "scope.grafana.app/v0alpha1",
|
|
"kind": "Scope",
|
|
"metadata": {
|
|
"name": "slothClusterNorth"
|
|
},
|
|
"spec": {
|
|
"description": "slothClusterNorth",
|
|
"filters": [
|
|
{
|
|
"key": "cluster",
|
|
"operator": "equals",
|
|
"value": "slothClusterNorth"
|
|
}
|
|
],
|
|
"title": "slothClusterNorth"
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "scope.grafana.app/v0alpha1",
|
|
"kind": "Scope",
|
|
"metadata": {
|
|
"name": "slothClusterSouth"
|
|
},
|
|
"spec": {
|
|
"description": "slothClusterSouth",
|
|
"filters": [
|
|
{
|
|
"key": "cluster",
|
|
"operator": "equals",
|
|
"value": "slothClusterSouth"
|
|
}
|
|
],
|
|
"title": "slothClusterSouth"
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "scope.grafana.app/v0alpha1",
|
|
"kind": "Scope",
|
|
"metadata": {
|
|
"name": "slothPictureFactory"
|
|
},
|
|
"spec": {
|
|
"description": "slothPictureFactory",
|
|
"filters": [
|
|
{
|
|
"key": "app",
|
|
"operator": "equals",
|
|
"value": "slothPictureFactory"
|
|
}
|
|
],
|
|
"title": "slothPictureFactory"
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "scope.grafana.app/v0alpha1",
|
|
"kind": "Scope",
|
|
"metadata": {
|
|
"name": "slothVoteTracker"
|
|
},
|
|
"spec": {
|
|
"description": "slothVoteTracker",
|
|
"filters": [
|
|
{
|
|
"key": "app",
|
|
"operator": "equals",
|
|
"value": "slothVoteTracker"
|
|
}
|
|
],
|
|
"title": "slothVoteTracker"
|
|
}
|
|
},
|
|
{
|
|
"apiVersion": "scope.grafana.app/v0alpha1",
|
|
"kind": "Scope",
|
|
"metadata": {
|
|
"name": "indexHelperCluster"
|
|
},
|
|
"spec": {
|
|
"description": "redundant label filter but makes queries faster",
|
|
"filters": [
|
|
{
|
|
"key": "indexHelper",
|
|
"operator": "equals",
|
|
"value": "cluster"
|
|
}
|
|
],
|
|
"title": "Cluster Index Helper"
|
|
}
|
|
}
|
|
]
|
|
} |