Add wildcard support to AddLegacySource #2183
Labels
enhancement
New feature or request
help wanted
Good for taking. Extra help will be provided by maintainers
Milestone
Azure SDKs produce activities that have tags and links set and don't need extra enrichment.
For client level spans we use the client and method name as activity name (i.e.
BlobClient.Download
) so it's impractical to use the existingAddLegacySource(string name)
to collect them as customers would need to add every individual method they use.Feature request:
Add wildcard support to AddLegacySource the same way it exists in AddSource so customers can write
The text was updated successfully, but these errors were encountered: