Skip to content

Commit faf4e8c

Browse files
committed
Comment out fallback scrape protocol in Prometheus configuration
1 parent a4612d5 commit faf4e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-setup/prometheus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scrape_configs:
1313
metrics_path: /metrics
1414

1515
- job_name: 'reth'
16-
fallback_scrape_protocol: PrometheusText0.0.4
16+
# fallback_scrape_protocol: PrometheusText0.0.4
1717
static_configs:
1818
- targets: ['reth:9001']
1919
metrics_path: /

0 commit comments

Comments
 (0)