templates/dashboards: Add thresholds to duration/latency graphs
Show the threshold where we have an SLO target.
This commit is contained in:
parent
2da910d3e4
commit
c4d529be5c
2 changed files with 11 additions and 23 deletions
|
|
@ -35,7 +35,7 @@ data:
|
|||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 32,
|
||||
"iteration": 1652788675673,
|
||||
"iteration": 1652788675677,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
|
|
@ -730,7 +730,7 @@ data:
|
|||
"mode": "none"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
"mode": "line"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
|
|
@ -743,12 +743,8 @@ data:
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
"value": "175"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": "200"
|
||||
"color": "dark-purple",
|
||||
"value": 0.2
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ data:
|
|||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 33,
|
||||
"iteration": 1652780554060,
|
||||
"iteration": 1652780554062,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
|
|
@ -673,7 +673,7 @@ data:
|
|||
"mode": "none"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
"mode": "line"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
|
|
@ -686,12 +686,8 @@ data:
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
"value": "175"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": "200"
|
||||
"color": "dark-purple",
|
||||
"value": 1560
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1712,7 +1708,7 @@ data:
|
|||
"mode": "none"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
"mode": "line"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
|
|
@ -1725,12 +1721,8 @@ data:
|
|||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
"value": "175"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": "200"
|
||||
"color": "dark-purple",
|
||||
"value": 32
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue