opentelemetry-dotnet-contrib
opentelemetry-dotnet-contrib copied to clipboard
[Instrumentation.AspNetCore, Instrumentation.Http] Cache activity names
Fixes #1759.
Changes
Introduce a static ConcurrentDictionary
to cache the activity display name. I don't think it's worth adding an entry in the changelog for this change.
For significant contributions please make sure you have completed the following items:
- [ ] Appropriate
CHANGELOG.md
updated for non-trivial changes - [ ] Design discussion issue #
- [ ] Changes in public API reviewed