Skip to content

Commit

Permalink
fix(grafana): use mean instead of last for times (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr authored Nov 28, 2022
1 parent 0c9732e commit 242b353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/assets/grafana/dashboards/chronicle_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
},
{
"params": [],
"type": "last"
"type": "mean"
},
{
"params": [
Expand Down Expand Up @@ -582,7 +582,7 @@
},
{
"params": [],
"type": "last"
"type": "mean"
},
{
"params": [
Expand Down

0 comments on commit 242b353

Please sign in to comment.