Skip to content
Closed
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
Binary file added docker/.DS_Store
Binary file not shown.
1,989 changes: 1,989 additions & 0 deletions docker/config/grafana/provisioning/dashboards/node-rewards/dashboard.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ providers:
options:
path: /etc/grafana/provisioning/dashboards/samples
foldersFromFilesStructure: false

- name: 'Node Rewards'
folder: 'Node Rewards'
folderUid: 'node-rewards'
type: file
disableDeletion: true
updateIntervalSeconds: 60
allowUiUpdates: false
options:
path: /etc/grafana/provisioning/dashboards/node-rewards
foldersFromFilesStructure: false
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ datasources:
url: http://$PROM_HOST:9090
jsonData:
httpMethod: POST
- name: prometheus1d
uid: prometheus1d
type: prometheus
access: proxy
url: http://$PROM_HOST:9090
jsonData:
httpMethod: POST
timeInterval: "1d"

333 changes: 214 additions & 119 deletions docker/tools/node-rewards-scheduler/node_rewards_ingester.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docker/volumes/grafana/.gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ignore everything in this directory
*
*

# But keep this .gitignore file
# But keep this .gitignore
!.gitignore
4 changes: 2 additions & 2 deletions docker/volumes/victoria/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ignore everything in this directory
*
# Ignore everything in this directory
*

# But keep this .gitignore
!.gitignore