Skip to content

Commit

Permalink
feat(grafana): add time interval to panel titles (#964)
Browse files Browse the repository at this point in the history
* feat(grafana): add time interval to panel titles

* Update docker/assets/grafana/dashboards/analytics_dashboard.json

* Apply suggestions from code review

* Update docker/assets/grafana/dashboards/analytics_dashboard.json
  • Loading branch information
grtlr committed Dec 8, 2022
1 parent 7096ce6 commit 865c042
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/assets/grafana/dashboards/analytics_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"tags": []
}
],
"title": "Blocks",
"title": "Blocks/${aggregation_interval}",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -367,7 +367,7 @@
"tags": []
}
],
"title": "Transaction Payloads",
"title": "Transaction Payloads/$aggregation_interval",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1186,7 +1186,7 @@
"tags": []
}
],
"title": "Tokens Transferred",
"title": "Tokens Transferred/$aggregation_interval",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1382,7 +1382,7 @@
"tags": []
}
],
"title": "Alias Activity Counts",
"title": "Alias Activity Counts/$aggregation_interval",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1547,7 +1547,7 @@
"tags": []
}
],
"title": "NFT Activity Counts",
"title": "NFT Activity Counts/$aggregation_interval",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -2551,6 +2551,6 @@
"timezone": "",
"title": "Analytics",
"uid": "w6B8aUI4z",
"version": 2,
"version": 1,
"weekStart": ""
}

0 comments on commit 865c042

Please sign in to comment.