Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Add annotations and correct query
Browse files Browse the repository at this point in the history
  • Loading branch information
pleimer committed Dec 1, 2020
1 parent 2debc21 commit bb8b7c4
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions deploy/rhos-cloud-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,34 @@ spec:
"query": "_index:ceilometer_volume_*",
"showIn": 0,
"tags": [],
"textField": "Volume Event",
"tagsField": "payload.traits",
"textField": "payload.event_type",
"timeEndField": "",
"timeField": "payload.generated",
"type": "tags"
},
{
"datasource": "es_ceilometer",
"enable": false,
"hide": true,
"iconColor": "rgba(255, 96, 96, 1)",
"limit": 100,
"name": "compute_alert",
"query": "_index:ceilometer_compute*",
"showIn": 0,
"tags": [],
"tagsField": "payload.traits",
"textField": "payload.event_type",
"timeField": "payload.generated",
"type": "tags"
}
]
},
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 1,
"iteration": 1606748274752,
"id": 2,
"iteration": 1606855858759,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1191,7 +1207,7 @@ spec:
],
"repeat": null,
"repeatDirection": "h",
"repeatIteration": 1606748274752,
"repeatIteration": 1606855858759,
"repeatPanelId": 17,
"savedComposites": [],
"savedOverrides": [
Expand Down Expand Up @@ -3226,5 +3242,5 @@ spec:
"timezone": "",
"title": "Cloud View",
"uid": "IHqhpjPZz",
"version": 62
"version": 5
}

0 comments on commit bb8b7c4

Please sign in to comment.