Distributed Observability with Open Telemetry and Azure Monitor (Application Insights)
Hello,
Is anyone experienced with Open Telemetry and Azure Monitor in .NET C#?
I am trying to "migrate" from Application Insights (SDK) to Open Telemetry with Azure Monitor, but I am facing some "issues"...
Here is the code with Application Insights SDK:
Here is the in-progress code migrating to Open Telemetry:
The "issue" I am facing is that the operation_Name and name (request) are both populated from activity.DisplayName, I want the operation_Name to be the MessageStoreTelemetry.ActivitySourceName and the request name to be @event.MessageType?
Is there a way to override the default behavior?
Is anyone experienced with Open Telemetry and Azure Monitor in .NET C#?
I am trying to "migrate" from Application Insights (SDK) to Open Telemetry with Azure Monitor, but I am facing some "issues"...
Here is the code with Application Insights SDK:
Here is the in-progress code migrating to Open Telemetry:
The "issue" I am facing is that the operation_Name and name (request) are both populated from activity.DisplayName, I want the operation_Name to be the MessageStoreTelemetry.ActivitySourceName and the request name to be @event.MessageType?
Is there a way to override the default behavior?