Hi NK, SatishKumar,
Thanks for reaching out to Microsoft Q&A.
You are experiencing an issue with the trace table in Application Insights when using the ActivitySource type in .NET. Can you chck the options below?
Application Insights and Custom ActivitySource:
- By default, Application Insights SDKs do not support reporting telemetry from custom ActivitySource.
Steps to Enable OpenTelemetry with Azure Monitor:
- Add the OpenTelemetry.Exporter.Console NuGet package to your project.
- Update your Program.cs with additional OpenTelemetry using directives.
- Create an OpenTelemetry TracerProvider and configure it to collect distributed trace information.
This link can help you
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.