added pokt monitoring for earnings. work in progress
This commit is contained in:
1906
grafana/provisioning/dashboards/basic/pokt.json
Normal file
1906
grafana/provisioning/dashboards/basic/pokt.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -34,6 +34,12 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['pushgateway:9091']
|
- targets: ['pushgateway:9091']
|
||||||
|
|
||||||
|
- job_name: 'pocket'
|
||||||
|
scrape_interval: 10s
|
||||||
|
honor_labels: true
|
||||||
|
static_configs:
|
||||||
|
- targets: ['pocket-mainnet:8083']
|
||||||
|
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
- scheme: http
|
- scheme: http
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
# Optional
|
# Optional
|
||||||
# Default: "ERROR"
|
# Default: "ERROR"
|
||||||
#
|
#
|
||||||
level = "DEBUG"
|
level = "ERROR"
|
||||||
|
|
||||||
# Sets the filepath for the traefik log. If not specified, stdout will be used.
|
# Sets the filepath for the traefik log. If not specified, stdout will be used.
|
||||||
# Intermediate directories are created if necessary.
|
# Intermediate directories are created if necessary.
|
||||||
|
|||||||
Reference in New Issue
Block a user