Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
parametalol committed Feb 14, 2024
1 parent 748501d commit 355e820
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 53 additions & 2 deletions resources/grafana/sources/rhacs-cluster-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,40 @@
"value": 264
}
]
},
{
"matcher": {
"id": "byName",
"options": "rhacs_expired_at"
},
"properties": [
{
"id": "custom.filterable",
"value": true
},
{
"id": "unit",
"value": "dateTimeAsIso"
},
{
"id": "mappings",
"value": [
{
"type": "value",
"options": {
"NaN": {
"text": "-",
"index": 0
}
}
}
]
},
{
"id": "custom.align",
"value": "right"
}
]
}
]
},
Expand Down Expand Up @@ -1294,6 +1328,21 @@
"legendFormat": "__auto",
"range": false,
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "sum(process_cpu_seconds_total{namespace=~\"rhacs-$instance_id\", job=~\"central\"}) by (namespace, rhacs_expired_at)",
"format": "table",
"hide": false,
"legendFormat": "__auto",
"range": true,
"refId": "Expired At",
"instant": false,
"exemplar": false
}
],
"title": "Central Overview Table",
Expand Down Expand Up @@ -1325,7 +1374,8 @@
"job": true,
"pod": true,
"rhacs_cluster_name": true,
"rhacs_environment": true
"rhacs_environment": true,
"Value #Expired At": true
},
"indexByName": {
"Time 1": 9,
Expand Down Expand Up @@ -1361,7 +1411,8 @@
"Value #Secured Cores": "Secured Cores",
"Value #Version": "",
"rhacs_org_name": "Organisation",
"rhacs_version": "Version"
"rhacs_version": "Version",
"rhacs_expired_at": "Expired At"
}
}
}
Expand Down

0 comments on commit 355e820

Please sign in to comment.