ApplicationInsights-dotnet
ApplicationInsights-dotnet copied to clipboard
[Prototype] Support ActivityLinks
Currently, Azure SDKs produce a special kind of Activities that carries links in a
public IEnumerable<Activity> Links { get; }
property.
Migration to ActivitySource based activities would result in the same information being carried in the https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.activity.links?view=net-5.0
This PR add support for collecting both ways of representing links.
/AzurePipelines run
Azure Pipelines successfully started running 3 pipeline(s).
cc @lmolkova
Hey, @TimothyMothra @cijothomas!
We made the change on Azure SDK side to add an experimental ActivitySource support. How can I help you make a decision on this PR?
/AzurePipelines run
Azure Pipelines successfully started running 3 pipeline(s).
Test failures seem unrelated.
/AzurePipelines run
Azure Pipelines successfully started running 3 pipeline(s).
@rajkumar-rangaraj any news on this? The .NET 5 activity link support has shipped in Azure SDKs
This PR is stale because it has been open 300 days with no activity. Remove stale label or this will be closed in 7 days. Commenting will instruct the bot to automatically remove the label.