Skip to content

Commit

Permalink
grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Sep 10, 2023
1 parent e288d90 commit bbc48d2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions monitor/grafana/MyDashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
Expand All @@ -111,12 +111,10 @@
"type": "prometheus",
"uid": "P7CBE1186F0038668"
},
"editorMode": "code",
"exemplar": true,
"expr": "rate(caddy_http_requests_total{server='srv0'}[5m]) or rate(haproxy_frontend_http_requests_total{proxy=\"fe_rpc\"}[5m])",
"interval": "",
"legendFormat": "__auto",
"range": true,
"legendFormat": "{{instance}}_{{server}}",
"refId": "A"
}
],
Expand Down Expand Up @@ -191,7 +189,7 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
Expand Down Expand Up @@ -285,7 +283,7 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
Expand Down Expand Up @@ -379,7 +377,7 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
Expand Down Expand Up @@ -473,7 +471,7 @@
"options": {
"legend": {
"calcs": [],
"displayMode": "hidden",
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
Expand Down

0 comments on commit bbc48d2

Please sign in to comment.