mon
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
- name: 'rpc-node'
|
- name: 'Prometheus'
|
||||||
orgId: 1
|
orgId: 1
|
||||||
folder: 'rpc-node'
|
folder: 'rpc-node'
|
||||||
type: file
|
type: file
|
||||||
@@ -9,5 +9,5 @@ providers:
|
|||||||
editable: true
|
editable: true
|
||||||
allowUiUpdates: true
|
allowUiUpdates: true
|
||||||
options:
|
options:
|
||||||
path: /etc/grafana/provisioning/dashboards/rpc-node
|
path: /etc/grafana/provisioning/dashboards
|
||||||
foldersFromFilesStructure: true
|
foldersFromFilesStructure: true
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ global:
|
|||||||
# Attach these labels to any time series or alerts when communicating with
|
# Attach these labels to any time series or alerts when communicating with
|
||||||
# external systems (federation, remote storage, Alertmanager).
|
# external systems (federation, remote storage, Alertmanager).
|
||||||
external_labels:
|
external_labels:
|
||||||
monitor: 'rpc-node'
|
monitor: 'docker-host-alpha'
|
||||||
|
|
||||||
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
|
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
|
||||||
rule_files:
|
rule_files:
|
||||||
@@ -34,29 +34,29 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['pushgateway:9091']
|
- targets: ['pushgateway:9091']
|
||||||
|
|
||||||
# - job_name: 'geth-mainnet'
|
- job_name: 'geth-mainnet'
|
||||||
# scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
# honor_labels: true
|
honor_labels: true
|
||||||
# static_configs:
|
static_configs:
|
||||||
# - targets: ['geth-mainnet:6060']
|
- targets: ['geth-mainnet:6060']
|
||||||
#
|
|
||||||
# - job_name: 'geth-goerli'
|
- job_name: 'geth-goerli'
|
||||||
# scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
# honor_labels: true
|
honor_labels: true
|
||||||
# static_configs:
|
static_configs:
|
||||||
# - targets: ['geth-goerli:6060']
|
- targets: ['geth-goerli:6060']
|
||||||
#
|
|
||||||
# - job_name: 'geth-rinkeby'
|
- job_name: 'geth-rinkeby'
|
||||||
# scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
# honor_labels: true
|
honor_labels: true
|
||||||
# static_configs:
|
static_configs:
|
||||||
# - targets: ['geth-rinkeby:6060']
|
- targets: ['geth-rinkeby:6060']
|
||||||
#
|
|
||||||
# - job_name: 'geth-ropsten'
|
- job_name: 'geth-ropsten'
|
||||||
# scrape_interval: 10s
|
scrape_interval: 10s
|
||||||
# honor_labels: true
|
honor_labels: true
|
||||||
# static_configs:
|
static_configs:
|
||||||
# - targets: ['geth-ropsten:6060']
|
- targets: ['geth-ropsten:6060']
|
||||||
|
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
|
|||||||
Reference in New Issue
Block a user