Replies: 1 comment
-
We don't have any instrumentation libraries that log IIS events. With regard to the beta packages, that's going to be use at your own risk. |
Beta Was this translation helpful? Give feedback.
-
We don't have any instrumentation libraries that log IIS events. With regard to the beta packages, that's going to be use at your own risk. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a .NET Framework web application and I am implementing OpenTelemetry instrumentation for it. I have added instrumentation using the packages
and can see http request, SQL, Redis traces, but I also want to trace IIS lifecycle events like BeginRequest, AuthenticateRequest, ExecuteRequestHandler, etc.
Global.asax.cs has the below code for instrumentation:
I do not see these traces by default. From what I understand, I need to implement custom handlers to trace these events. Is there an alternative way to log these traces?
Additionally, since these packages are still in beta, is it advisable to use them in production systems?
I am relatively new to this and need some assistance. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions