Skip to content

Commit

Permalink
chore: add lines to provisioning metrics (#912)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 16, 2024
1 parent 0ab1ec9 commit d0371e0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions infra/tf/grafana/grafana_dashboards/cluster-provisioning.json
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1013,7 +1013,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1097,7 +1097,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1111,7 +1111,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1195,7 +1195,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1209,7 +1209,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1299,7 +1299,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1313,7 +1313,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1403,7 +1403,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1417,7 +1417,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1507,7 +1507,7 @@
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
"mode": "dashed"
}
},
"mappings": [],
Expand All @@ -1521,7 +1521,7 @@
},
{
"color": "red",
"value": 80
"value": 100
}
]
},
Expand Down Expand Up @@ -1572,7 +1572,7 @@
"type": "timeseries"
}
],
"refresh": "5s",
"refresh": "30s",
"schemaVersion": 39,
"tags": [
"rivet"
Expand Down

0 comments on commit d0371e0

Please sign in to comment.