Skip to content

Commit 7bc0a29

Browse files
authored
Merge pull request #143 from prometheus/otelcol-fallbackscrapeprotocol
Add fallback scrape protocol to OTel-Collector config
2 parents 64fff9e + 81059d8 commit 7bc0a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

remotewrite/sender/targets/otel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ receivers:
2020
scrape_configs:
2121
- job_name: 'test'
2222
scrape_interval: 1s
23+
fallback_scrape_protocol: "PrometheusText0.0.4"
2324
static_configs:
2425
- targets: [ '%s' ]
2526

0 commit comments

Comments
 (0)