Skip to content

Commit 74177de

Browse files
ZPascalchombium
authored andcommitted
feat: Bump the OTEL collector version to v0.129.0
1 parent 24fe9b4 commit 74177de

File tree

4,729 files changed

+663977
-118163
lines changed

Some content is hidden

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

4,729 files changed

+663977
-118163
lines changed

src/integration/go.mod

Lines changed: 156 additions & 103 deletions
Large diffs are not rendered by default.

src/integration/go.sum

Lines changed: 490 additions & 306 deletions
Large diffs are not rendered by default.

src/integration/testdata/prometheus_exporter.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ service:
2828
exporters: [prometheus]
2929
telemetry:
3030
metrics:
31-
address: "127.0.0.1:{{.MetricsPort}}"
31+
readers:
32+
- pull:
33+
exporter:
34+
prometheus:
35+
host: "127.0.0.1"
36+
port: {{.MetricsPort}}

src/integration/testdata/simple.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ service:
3636
exporters: [otlp, file]
3737
telemetry:
3838
metrics:
39-
address: "127.0.0.1:{{.MetricsPort}}"
39+
readers:
40+
- periodic:
41+
exporter:
42+
otlp:
43+
protocol: http/protobuf
44+
endpoint: "https://127.0.0.1:{{.MetricsPort}}"

src/integration/vendor/cloud.google.com/go/auth/CHANGES.md

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

src/integration/vendor/cloud.google.com/go/auth/README.md

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

0 commit comments

Comments
 (0)