Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

feat(grafana): add remaining stats #842

Merged
merged 2 commits into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 44 additions & 2 deletions docker/assets/grafana/dashboards/analytics_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2038,6 +2038,48 @@
]
],
"tags": []
},
{
"alias": "Claimed Count",
"datasource": {
"type": "influxdb",
"uid": "P951FEA4DE68E13C5"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "stardust_claiming_rewards",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"claimed_count"
],
"type": "field"
},
{
"params": [],
"type": "sum"
}
]
],
"tags": []
}
],
"title": "Claimed Tokens",
Expand Down Expand Up @@ -2633,6 +2675,6 @@
"timezone": "",
"title": "Analytics",
"uid": "w6B8aUI4z",
"version": 7,
"version": 8,
"weekStart": ""
}
}