Skip to content

Commit afb33c3

Browse files
committed
chore: Add missing OTEL configuration file format version
1 parent 9b1867e commit afb33c3

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)