otelconf: update to latest config schema rc#8505
Merged
MrAlias merged 12 commits intoopen-telemetry:mainfrom Feb 11, 2026
Merged
otelconf: update to latest config schema rc#8505MrAlias merged 12 commits intoopen-telemetry:mainfrom
MrAlias merged 12 commits intoopen-telemetry:mainfrom
Conversation
Updates the library to rc.3 of the otel config schema. Some notable changes listed in the release notes of the schema: https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.3 Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8505 +/- ##
=====================================
Coverage 82.1% 82.1%
=====================================
Files 179 179
Lines 13700 13662 -38
=====================================
- Hits 11254 11229 -25
+ Misses 2044 2032 -12
+ Partials 402 401 -1
🚀 New features to boost your workflow:
|
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
dmathieu
approved these changes
Feb 6, 2026
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
MrAlias
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the library to rc.3 of the otel config schema. Some notable changes listed in the release notes of the schema: https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.3
rc.3 release notes
This release contains a number of changes which are breaking according to the versioning policy, but in
practice are unlikely to be impactful. These changes generally make implicit assumptions explicit, or require changes
from implementations but not end users. There are a small number of notable breaking changes called out below.
This release also contains a large number of project tooling improvements aimed at improving consistency and quality.
Notably, the schema is now compiled into a single file at opentelemetry_configuration.json. Please see project tooling docs for more details.
Schema
BREAKING: Move certificate configuration under
tlsblock and rename to align with collector(#331, #418)
Migration steps
BREAKING: Update .log_level to be enum
(#447)
Migration steps
BREAKING: Delete ZipkinSpanExporter ahead of stabilizing after deprecation in the specification.
See https://opentelemetry.io/blog/2025/deprecating-zipkin-exporters/ for details. If you depend on ZipkinSpanExporter
w/ declarative config, please open an issue to let us know.
(#453)
BREAKING (low-impact): Add ConsoleMetricExporter
(#362)
BREAKING (low-impact): Add [0, 1] bounds for TraceIdRatioBasedSampler ratio
(#358)
BREAKING (low-impact): Make view selector and stream required
(#365)
BREAKING (low-impact): Change JaegerRemote to Experimental
(#363)
BREAKING (low-impact): Fix casing for OpenTelemetryConfiguration
(#372)
BREAKING (low-impact): Add AttributeLimit constraints
(#382)
BREAKING (low-impact): Set AttributeLimits additionalProperties: false
(#381)
BREAKING (low-impact): Update Propagator to disallow additionalProperties
(#388)
BREAKING (low-impact): Add constraints to Base2ExponentialBucketHistogramAggregation properties
(#383)
BREAKING (low-impact): Add minItems recommendation for array properties
(#386)
BREAKING (low-impact): Experimental{Signal}MatcherAndConfig require name and config properties
(#406)
BREAKING (low-impact): Break out dedicated type for prometheus translation strategy
(#415)
BREAKING (low-impact): Add schema modeling guidance for enum values as lower_snake_case
(#445)
Replace patternProperties with additionalProperties for improved type safety
(#323, #347)
Minor cleanup of SDK extension plugin types
(#385)
Add schema for composite sampler
(#390, #427)
Add schema for ProbabilitySampler
(#339)
Add new LoggerConfig parameters
(#392)
Update
without_target_infotoExperimentalPrometheusMetricExporter(#376)
Clarify .file_format is a string consisting of the major and minor version
(#455)
Add schema for rule based sampler
(#410)
Add Distribution section for vendor-specific settings
(#433)
Tooling
(#319, #351, #379, #434)
(#312, #350, #360, #359, #361, #370, #369, #367, #364, #384, #380, #366, #374, #414, #412, #411, #424, #425, #426, #436, #443, #444, #442, #440, #451, #450)
(#377)
(#373)
(#378)
(#423)
/examples/getting-started.yaml(#402)
(#454)
(#397)