Files
grafana/pkg/tests/apis/scopes/testdata/scopeNodesExample/scopes.json
Carl Bergquist c99fe4f970 Scopes: Add DashboardTitle to scopedashboardbinding (#88609)
scopes: add title to scopedashboardbinding

Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-06-04 10:36:03 +03:00

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"
}
}
]
}