-
Notifications
You must be signed in to change notification settings - Fork 95
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 v0.15.0-alpha #1142
Release v0.15.0-alpha #1142
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
I think we should clarify that the sampling-related changes have not been fully implemented yet. WDYT? |
Sounds good to me. Do you suggest that we just do so in the changelog? Or do we need to update the documentation for the option types as well? |
The changelog sounds good to me. |
Added
v1.21.13
. (#988)v1.22.6
. (#988)golang.org/x/net
v0.28.0
. (#988)google.golang.org/grpc
1.67.0-dev
. (#1007)1.23.0
. (#1007)config.Provider
as an option to set the initial configuration and update it in runtime. (#1010)go.opentelemetry.io/otel@v1.29.0
. (#1032)google.golang.org/grpc
1.66.0
. (#1046)Sampler
interface that can be passed toInstrumentation
via the newWithSampler
option. This is wireframe configuration, it currently has not effect. It will be used to allows customization of what sampler is used by theInstrumentation
. Implementation, of this feature is expected in the next release. (#982)OTEL_TRACES_SAMPLER
andOTEL_TRACES_SAMPLER_ARG
environment variables are now supported when theWithEnv
option is used. (#982)golang.org/x/net
v0.29.0
. (#1051)1.22.7
. (#1051)1.23.1
. (#1051)google.golang.org/grpc
1.66.1
. (#1078)rpc.grpc.status_code
). (#1044)google.golang.org/grpc
1.68.0-dev
. (#1044)go.opentelemetry.io/otel@v1.30.0
. (#1044)WithLogger
InstrumentationOption
is added as a replacement forWithLogLevel
.An
slog.Logger
can now be configured by the user any way they want and then passed to theInstrumentation
for its logging with this option. (#1080)google.golang.org/grpc
1.66.2
. (#1083)google.golang.org/grpc
1.67.0
. (#1116)Changed
WithSampler
option function now accepts the newSampler
interface instead oftrace.Sampler
. (#982)Fixed
Removed
WithLogLevel
is removed. UseWithLogger
instead. (#1080)LogLevelDebug
constant is removed. (#1080)LogLevelInfo
constant is removed. (#1080)LogLevelWarn
constant is removed. (#1080)LogLevelError
constant is removed. (#1080)LogLevel
type is removed. (#1080)ParseLogLevel
function is removed. (#1080)