We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab9729 commit 8464b77Copy full SHA for 8464b77
framework/observability/compose/conf/prometheus.yml
@@ -2,6 +2,11 @@ global:
2
scrape_interval: 10s
3
4
scrape_configs:
5
+ - job_name: 'on-chain-metrics'
6
+ metrics_path: /on-chain-metrics
7
+ scrape_interval: 10s
8
+ static_configs:
9
+ - targets: [ 'host.docker.internal:9112', 'on-chain-metrics:9112']
10
- job_name: 'otel-collector'
11
12
static_configs:
0 commit comments