This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch release-v0.16
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.16 by this push:
new 6d418efc2 fix: the unit of Y-axis for change failure rate is incorrect
(#4884)
6d418efc2 is described below
commit 6d418efc288fdde16fc7949083f9215ffe54f0b9
Author: abeizn <[email protected]>
AuthorDate: Mon Apr 10 18:10:21 2023 +0800
fix: the unit of Y-axis for change failure rate is incorrect (#4884)
---
grafana/dashboards/DORA.json | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/grafana/dashboards/DORA.json b/grafana/dashboards/DORA.json
index ac94804ae..e1309fef8 100644
--- a/grafana/dashboards/DORA.json
+++ b/grafana/dashboards/DORA.json
@@ -15,8 +15,8 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
- "id": 27,
- "iteration": 1680142836842,
+ "id": 28,
+ "iteration": 1681113037519,
"links": [],
"panels": [
{
@@ -892,6 +892,8 @@
"lineWidth": 1
},
"mappings": [],
+ "max": 1,
+ "min": 0,
"thresholds": {
"mode": "percentage",
"steps": [
@@ -938,7 +940,9 @@
},
"orientation": "auto",
"showValue": "auto",
- "text": {},
+ "text": {
+ "valueSize": 1
+ },
"tooltip": {
"mode": "single"
}
@@ -1025,5 +1029,5 @@
"timezone": "",
"title": "DORA",
"uid": "qNo8_0M4z",
- "version": 3
+ "version": 5
}
\ No newline at end of file