added pokt monitoring for earnings. work in progress

This commit is contained in:
cventastic
2022-01-13 17:33:27 +01:00
parent e8930106d7
commit 8805987f9b
3 changed files with 1913 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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.