Skip to content

Commit

Permalink
Merge branch 'master' into stf-1683/drop-vendored-ansible-collection
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen authored Jan 15, 2024
2 parents b83d5b6 + f2a24ef commit c9628b1
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 236 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ spec:
- monitoring.coreos.com
- monitoring.rhobs
- elasticsearch.k8s.elastic.co
- grafana.integreatly.org
- integreatly.org
resources:
- '*'
Expand Down
1 change: 1 addition & 0 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ rules:
- monitoring.coreos.com
- monitoring.rhobs
- elasticsearch.k8s.elastic.co
- grafana.integreatly.org
- integreatly.org
resources:
- '*'
Expand Down
119 changes: 0 additions & 119 deletions roles/servicetelemetry/files/rhos-cloud-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1418,125 +1418,6 @@
"align": false,
"alignLevel": null
}
},
{
"collapsed": false,
"datasource": "STFPrometheus",
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 33
},
"id": 23,
"panels": [],
"title": "Instances",
"type": "row"
},
{
"colors": [
"#299c46",
"rgba(237, 129, 40, 0.89)",
"#d44a3a",
"#4040a0"
],
"datasource": "STFPrometheus",
"description": "Click instance for drill down view",
"fieldConfig": {
"defaults": {},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 24,
"x": 0,
"y": 34
},
"id": 17,
"links": [],
"mappingType": 1,
"mappingTypes": [
{
"name": "value to text",
"value": 1
},
{
"name": "range to text",
"value": 2
}
],
"polystat": {
"animationSpeed": 2500,
"columnAutoSize": true,
"columns": "",
"defaultClickThrough": "",
"defaultClickThroughNewTab": false,
"defaultClickThroughSanitize": false,
"displayLimit": 100,
"fontAutoColor": true,
"fontAutoScale": true,
"fontSize": 12,
"fontType": "Roboto",
"globalDecimals": 2,
"globalDisplayMode": "all",
"globalDisplayTextTriggeredEmpty": "OK",
"globalOperatorName": "avg",
"globalUnitFormat": "short",
"gradientEnabled": true,
"hexagonSortByDirection": 1,
"hexagonSortByField": "name",
"maxMetrics": 0,
"polygonBorderColor": "black",
"polygonBorderSize": 2,
"polygonGlobalFillColor": "#FFF899",
"radius": "",
"radiusAutoSize": true,
"rowAutoSize": true,
"rows": "",
"shape": "hexagon_pointed_top",
"tooltipDisplayMode": "all",
"tooltipDisplayTextTriggeredEmpty": "OK",
"tooltipFontSize": 12,
"tooltipFontType": "Roboto",
"tooltipPrimarySortDirection": 2,
"tooltipPrimarySortField": "thresholdLevel",
"tooltipSecondarySortDirection": 2,
"tooltipSecondarySortField": "value",
"tooltipTimestampEnabled": true,
"valueEnabled": true
},
"rangeMaps": [
{
"from": "null",
"text": "N/A",
"to": "null"
}
],
"repeat": "projects",
"repeatDirection": "h",
"savedComposites": [],
"savedOverrides": [],
"targets": [
{
"exemplar": true,
"expr": "sum by (resource, plugin_instance) (label_replace(collectd_virt_memory{service=~\".+-$clouds-.+\"}, \"resource\", \"$1\", \"host\", \".+:(.+):.+\")) + on(resource) group_right(plugin_instance) ceilometer_cpu{project=\"$projects\", service=~\".+-$clouds-.+\"}",
"instant": true,
"interval": "",
"legendFormat": "{{plugin_instance}}",
"refId": "A"
}
],
"timeFrom": null,
"timeShift": null,
"title": "Project $projects",
"type": "grafana-polystat-panel",
"valueMaps": [
{
"op": "=",
"text": "N/A",
"value": "null"
}
]
}
],
"refresh": "1m",
Expand Down
Loading

0 comments on commit c9628b1

Please sign in to comment.