diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-07-27 14:56:59 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 12:45:04 +0100 |
commit | 7a532595dab898b9043d8323d5c7445eaa736a4b (patch) | |
tree | ab6c9ca8dba995c5d3b28bf31a3d617a7fede278 | |
parent | 3bba8d50b176ddbf69b89af81d5c2440c2f8ab90 (diff) |
Core/Metric: Fix setting in Performance profiling dashboard
(cherry picked from commit f9972f2473ae2615a17ad340601a40f9723c02f4)
-rw-r--r-- | contrib/grafana/4_Performance_profiling.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/grafana/4_Performance_profiling.json b/contrib/grafana/4_Performance_profiling.json index 14fa686f951..cc04153e2a7 100644 --- a/contrib/grafana/4_Performance_profiling.json +++ b/contrib/grafana/4_Performance_profiling.json @@ -29,7 +29,7 @@ "gnetId": null, "graphTooltip": 0, "id": 15, - "iteration": 1595850767526, + "iteration": 1595854392473, "links": [], "panels": [ { @@ -1013,7 +1013,7 @@ }, { "params": [ - "none" + "null" ], "type": "fill" } @@ -1150,5 +1150,5 @@ "timezone": "", "title": "Performance profiling", "uid": "IRRL03nMk", - "version": 4 + "version": 5 }
\ No newline at end of file |