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
as well as a subset of OpenTelemetry [instrumentations][ot_instrumentations] that are officially supported as listed below.
10
+
9
11
## Officially supported instrumentations
10
12
11
13
OpenTelemetry instrumentations allow automatic collection of requests sent from underlying instrumented libraries. The following is a list of OpenTelemetry instrumentations that come bundled in with the Azure monitor distro. If you would like to add support for another OpenTelemetry instrumentation, please submit a feature [request][distro_feature_request]. In the meantime, you can use the OpenTelemetry instrumentation manually via it's own APIs (i.e. `instrument()`) in your code. See [this][samples_manual] for an example.
@@ -63,8 +65,14 @@ You can use `configure_azure_monitor` to set up instrumentation for your app to
0 commit comments