Skip to content

Commit

Permalink
update file_format in example (open-telemetry#129)
Browse files Browse the repository at this point in the history
This matches the release version.

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Oct 4, 2024
1 parent f27d8d9 commit cea3905
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/anchors.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# anchors.yaml demonstrates anchor substitution to reuse OTLP exporter configuration across signals.

# The file format version.
file_format: "0.1"
file_format: "0.3"
exporters:
otlp: &otlp-exporter
protocol: http/protobuf
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Configuration values are set to their defaults when default values are defined.

# The file format version.
file_format: "0.1"
file_format: "0.3"

# Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled.
disabled: false
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# vars defined in https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/.

# The file format version.
file_format: "0.1"
file_format: "0.3"

# Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled.
disabled: false
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-migration-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# - OTEL_EXPORTER_OTLP_TIMEOUT

# The file format version The file format version.
file_format: "0.1"
file_format: "0.3"

# Configure if the SDK is disabled or not. This is not required to be provided to ensure the SDK isn't disabled, the default value when this is not provided is for the SDK to be enabled.
disabled: ${OTEL_SDK_DISABLED:-false}
Expand Down

0 comments on commit cea3905

Please sign in to comment.