Release v1.43.0/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0#8769
Merged
dmathieu merged 15 commits intoopen-telemetry:mainfrom Apr 7, 2026
Merged
Release v1.43.0/v2.5.0/v0.68.0/v0.37.0/v0.23.0/v0.18.0/v0.16.0/v0.15.0#8769dmathieu merged 15 commits intoopen-telemetry:mainfrom
dmathieu merged 15 commits intoopen-telemetry:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8769 +/- ##
=======================================
- Coverage 83.5% 83.4% -0.1%
=======================================
Files 192 192
Lines 15578 15578
=======================================
- Hits 13015 13004 -11
- Misses 2116 2127 +11
Partials 447 447
🚀 New features to boost your workflow:
|
pellared
approved these changes
Apr 3, 2026
pellared
approved these changes
Apr 3, 2026
1 task
MrAlias
reviewed
Apr 3, 2026
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
MrAlias
approved these changes
Apr 3, 2026
dashpole
approved these changes
Apr 3, 2026
flc1125
approved these changes
Apr 3, 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.
Added
Resourcemethod toSDKingo.opentelemetry.io/contrib/otelconf/v0.3.0to expose the resolved SDK resource from declarative configuration. (Add SDK.Resource() to otelconf/v0.3.0 #8660)OTEL_CONFIG_FILEingo.opentelemetry.io/contrib/otelconf. (otelconf: support OTEL_CONFIG_FILE as it is no longer experimental #8639)serviceresource detector ingo.opentelemetry.io/contrib/otelconf. (otelconf: support service resource detector #8674)attribute_count_limitandattribute_value_length_limitin tracer provider configuration ingo.opentelemetry.io/contrib/otelconf. (otelconf: add support for tracer provider limits #8687)attribute_count_limitandattribute_value_length_limitin logger provider configuration ingo.opentelemetry.io/contrib/otelconf. (otelconf: add support for logger provider limits #8686)server.addressandserver.portattributes ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (otelgrpc: add server.address and server.port #8723)OTEL_SEMCONV_STABILITY_OPT_INingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. Supported values arerpc(default),rpc/dupandrpc/old. (otelgrpc: support OTEL_SEMCONV_STABILITY_OPT_IN #8726)http.routemetric attribute togo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (feat(net/http/otelhttp): Addhttp.routeattribute #8632)Changed
_to the normalized environment variable name when the key starts with a digit ingo.opentelemetry.io/contrib/propagators/envcar, ensuring POSIX compliance. (envcar: refine normalization #8678)go.opentelemetry.io/contrib/otelconftogo.opentelemetry.io/contrib/otelconf/x. (otelconf: move experimental types to otelconf/x #8529)go.opentelemetry.io/contrib/propagators/envcar, aligningCarrier.Keysoutput with the carrier's normalized key format. (envcar: normalize cached environment variable names #8761)Fixed
go.opentelemetry.io/contrib/otelconfPrometheus reader converting OTel dot-style label names (e.g.service.name) to underscore-style (service_name) intarget_infowhen bothwithout_type_suffixandwithout_unitsare set. UseNoTranslationinstead ofUnderscoreEscapingWithoutSuffixesto preserve dot-style label names while still suppressing metric name suffixes. (Fix otelconf prometheus label escaping #8763)go.opentelemetry.io/contrib/zpages. (Limit the number of bytes read from the zpages body #8656)server.addressandserver.portattributes ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (otelgrpc: add server.address and server.port #8723)Removed
hostresource detector ingo.opentelemetry.io/contrib/otelconf. (otelconf: remove host ID detector in host configuration #8581)Deprecated
OTEL_EXPERIMENTAL_CONFIG_FILEin favour ofOTEL_CONFIG_FILEingo.opentelemetry.io/contrib/otelconf. (otelconf: support OTEL_CONFIG_FILE as it is no longer experimental #8639)