Skip to content

Commit

Permalink
chore: misc dashboards update (#5738)
Browse files Browse the repository at this point in the history
* Update dashboards

* Use rate function

* Ensure to always use variables to match job names

* Run scripts/lint-grafana-dashboards.mjs

* Do not reassign target.expr

* Fix updating interval and job name matchers

* Run scripts/lint-grafana-dashboards.mjs

* Add rationale

* Update dashboards/lodestar_networking.json

---------

Co-authored-by: Nico Flaig <[email protected]>
  • Loading branch information
dapplion and nflaig authored Jul 10, 2023
1 parent 67edf41 commit b596000
Show file tree
Hide file tree
Showing 19 changed files with 1,223 additions and 6,009 deletions.
419 changes: 32 additions & 387 deletions dashboards/lodestar_block_processor.json

Large diffs are not rendered by default.

102 changes: 7 additions & 95 deletions dashboards/lodestar_block_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,20 +119,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
"mappings": []
},
"overrides": [
{
Expand Down Expand Up @@ -313,19 +300,6 @@
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": []
Expand Down Expand Up @@ -406,20 +380,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -609,20 +570,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -971,16 +919,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -1077,16 +1016,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -1189,16 +1119,7 @@
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down Expand Up @@ -1247,16 +1168,7 @@
},
"fieldConfig": {
"defaults": {
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
}
"mappings": []
},
"overrides": []
},
Expand Down
Loading

0 comments on commit b596000

Please sign in to comment.