You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To finish the integration with Azure clients, there are two mechanisms to integrate OpenTelemetry into a client application:
85
+
To finish the integration with Azure clients, you need to associate the OpenTelemetry provider with each service client created via
86
+
the `ClientOptions` structure.
86
87
87
-
1)`Azure::Core::Context` integration.
88
-
1) Service Client Options integration.
89
-
90
-
### Integrate an OpenTelemetryProvider via the ApplicationContext
91
-
92
-
To integrate OpenTelemetry for all Azure Clients in the application, the customer can call `Azure::Core::Context::ApplicationContext.SetTracerProvider` to establish the
0 commit comments