Skip to content

Commit

Permalink
fix: grafana dashboard ui #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jplitza authored May 8, 2024
1 parent d7e5f7a commit 896b1a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions chart/saml-exporter/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "RVra6BSnk"
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -1206,7 +1206,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "RVra6BSnk"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum(rate(http_client_requests_total{job=~\".*/saml-exporter\"}[$__rate_interval])) by (code, host)",
Expand Down Expand Up @@ -2049,6 +2049,7 @@
},
"timepicker": {},
"timezone": "",
"uid": "d760c5ff-a381-4efa-b78e-4f1ef3f8f9c7",
"title": "SAML Metadata",
"weekStart": ""
}
5 changes: 3 additions & 2 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "RVra6BSnk"
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
Expand Down Expand Up @@ -1206,7 +1206,7 @@
{
"datasource": {
"type": "prometheus",
"uid": "RVra6BSnk"
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum(rate(http_client_requests_total{job=~\".*/saml-exporter\"}[$__rate_interval])) by (code, host)",
Expand Down Expand Up @@ -2049,6 +2049,7 @@
},
"timepicker": {},
"timezone": "",
"uid": "d760c5ff-a381-4efa-b78e-4f1ef3f8f9c7",
"title": "SAML Metadata",
"weekStart": ""
}

0 comments on commit 896b1a0

Please sign in to comment.