Skip to content

Commit 8a970f1

Browse files
authored
Merge pull request #2413 from stloyd/chore/otel-config-version
chore: Add missing OTEL configuration file format version
2 parents ff5aecd + afb33c3 commit 8a970f1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docker/otel-collector-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
file_format: '1.0'
2+
13
receivers:
24
otlp:
35
protocols:

docker/otel-collector-test-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
file_format: '1.0'
2+
13
receivers:
24
otlp:
35
protocols:

0 commit comments

Comments
 (0)