-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 #6435
Conversation
b4af955
to
6d119b2
Compare
6d119b2
to
a6681a1
Compare
2108308
to
a6681a1
Compare
@@ -1,19 +1,20 @@ | |||
module go.opentelemetry.io/contrib/bridges/otellogr | |||
|
|||
go 1.22 | |||
go 1.22.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we are including the PATCH version of the go. Is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a required change: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/2108308cb125ac9c1d52ff50850e1c5746c888da..a6681a124544242c7e44d3930c0a5f906acd53f2
Prior to that, CI fails. My understanding of this is based on https://github.com/open-telemetry/opentelemetry-go/blame/main/go.mod#L3, this is required now.
Based on https://github.com/open-telemetry/opentelemetry-go/blob/main/version_test.go This addresses the cover failure for releases: #6435 (comment)
This prevents the creation of otel go update PR from `renovate`, like this #6434, as we would manually create an individual release PR to do the update, like #6435. --------- Co-authored-by: Tyler Yahn <[email protected]>
Added
endpoint
,pollingIntervalMs
andinitialSamplingRate
using environment variableOTEL_TRACES_SAMPLER_ARG
ingo.opentelemetry.io/contrib/samples/jaegerremote
. (Support Environment Variable for Jaeger Remote Sampler #6310)go.opentelemetry.io/contrib/config
. (add grpc support for log export #6340)go.opentelemetry.io/contrib/bridges/otellogr
module.This module provides an OpenTelemetry logging bridge for
github.com/go-logr/logr
. (otellogr: Publish module #6386)go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (feat(otelaws): add sns attribute instrumentation #6388)Changed
GET /path
so it complies with the OTel HTTP semantic conventions ingo.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho
. (fix(otelecho): comply with span naming semconv #6365)gin.errors
attribute ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (feat(otelgin): enhance gin error tracking with span recording #6346)go.opentelemetry.io/contrib/config
now supports multiple schemas in subdirectories (i.e.go.opentelemetry.io/contrib/config/v0.3.0
) for easier migration. (config: separate schema version support into separate directories #6412)Fixed
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (otelaws: Add finalize middleware after instead of before #5975)grpc
instead ofgrpc/protobuf
ingo.opentelemetry.io/contrib/config
. (config: fix otlp exporter protocol issue #6338)go.opentelemetry.io/contrib/config
. (Update generated config types #6347)HTML
function ingo.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
. (fix(otelgin): remove redundant error handling from HTML #6373)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelslog
now stores just the function name instead the package path-qualified function name. Thecode.namespace
attribute now stores the package path. (otelslog: Split code attributes #6415)code.function
attribute emitted bygo.opentelemetry.io/contrib/bridges/otelzap
now stores just the function name instead the package path-qualified function name. Thecode.namespace
attribute now stores the package path. (otelzap: Split code attributes #6423)