Skip to content

Commit

Permalink
Merge branch 'main' into codeboten/add-log-level
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored Oct 10, 2024
2 parents 11e30e4 + 844869c commit cf89496
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 69 deletions.
65 changes: 0 additions & 65 deletions examples/anchors.yaml

This file was deleted.

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 @@ -35,7 +35,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
1 change: 0 additions & 1 deletion validator/shelltests/examples.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
make validator-validate-examples
>>>
Validating anchors.yaml
Validating kitchen-sink.yaml
Validating sdk-config.yaml
Validating sdk-migration-config.yaml
Expand Down

0 comments on commit cf89496

Please sign in to comment.