Skip to content

Commit af6b17e

Browse files
authored
Dependency: Update to Prometheus 0.300.* (open-telemetry#36873)
#### Description Supersedes open-telemetry#36642 This PR updates the prometheus/prometheus library in our go.mods to 0.300.* (which represents Prometheus 3.0). It touches many go.mod files, but the Prometheus Receiver is the only component heavily affected by breaking changes. --------- Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent a3d4bdc commit af6b17e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+945
-738
lines changed

connector/datadogconnector/go.sum

Lines changed: 34 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/examples/collector-metrics.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ receivers:
44
scrape_configs:
55
- job_name: 'otelcol'
66
scrape_interval: 10s
7+
fallback_scrape_protocol: "PrometheusText1.0.0"
78
static_configs:
89
- targets: ['0.0.0.0:8888']
910

exporter/datadogexporter/examples/ootb-ec2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ receivers:
3939
scrape_configs:
4040
- job_name: 'otelcol'
4141
scrape_interval: 10s
42+
fallback_scrape_protocol: "PrometheusText1.0.0"
4243
static_configs:
4344
- targets: ['0.0.0.0:8888']
4445

0 commit comments

Comments
 (0)