Replies: 1 comment
-
Moved to an Issue in the opentelemetry-dotnet-contrib repo: open-telemetry/opentelemetry-dotnet-contrib#1226 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using Open Telemetry's AspNetCore instrumentation, we can automatically generate, enrich, and filter a default
http.server.duration
metric using AspNetCoreMetricsInstrumentationOptions in our .NET Core services.Does anything similar exist for the AspNet instrumentation used in .NET Framework services? From the documentation here, it is possible to emit the
http.server.duration
metric, but the same filtering and enrichment options are not available. Is there a mechanism to attach additional dimensions to the auto-instrumented metric in .NET Framework?For example, we're able to use the below logic in .NET Core and are aiming to do the same in .NET Framework.
Beta Was this translation helpful? Give feedback.
All reactions