1.4.0 / 1.0.0-rc9.14 #4234
utpilla
announced in
Announcements
Replies: 2 comments 3 replies
-
You joined the registration of metrics and traces together, but how to register them separately now? Your new way is to call: services.AddOpenTelemetry()
.WithTracing(builder => /* configuration */)
.WithMetrics(builder => /* configuration */); Can I call them as services.AddOpenTelemetry()
.WithTracing(builder => /* configuration */);
.... in different part of my code ....
services.AddOpenTelemetry()
.WithMetrics(builder => /* configuration */); Would it work? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there going to be a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.4.0
This is the stable release encompassing work from 1.4.0-alpha.1 to 1.4.0-rc.4
OpenTelemetry
OpenTelemetry.Api
OpenTelemetry.Api.ProviderBuilderExtensions
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.InMemory
OpenTelemetry.Exporter.Jaeger
OpenTelemetry.Exporter.OpenTelemetryProtocol
AddOtlpExporter
extension methods will now always create a new options instance when named options are NOT used. (#4200)OpenTelemetry.Exporter.Zipkin
OpenTelemetry.Extensions.Hosting
AddOpenTelemetryTracing
,AddOpenTelemetryMetrics
,Configure
, &GetServices
. (#4071)OpenTelemetry.Extensions.Propagators
1.0.0-rc9.14
OpenTelemetry.Exporter.ZPages
OpenTelemetry.Instrumentation.AspNetCore
OpenTelemetry.Instrumentation.GrpcNetClient
OpenTelemetry.Instrumentation.Http
OpenTelemetry.Instrumentation.SqlClient
OpenTelemetry.Shims.OpenTracing
This discussion was created from the release 1.4.0 / 1.0.0-rc9.14.
Beta Was this translation helpful? Give feedback.
All reactions