Luke Emery
Luke Emery
### Description Template substitutions use JSONPath, which supports adding filters. Filters may include operators such as the equal sign. The underlying key-value utility will break on every = and ;...
**Describe the bug** Resource name is always `{ActivitySource.Name}.{Activity.OperationName}` **Expected behavior** Allow for customization by using `{Activity.DisplayName} when {Activity.DisplayName} != {Activity.OperationName}` Doing this would enable me to give more meaningful names,...
A recent change introduced issues with how DD will collect from the dotnet diagnostic tooling. https://github.com/DataDog/dd-trace-dotnet/pull/4409 We should source the operation name from ActivitySource.Name, and resource name should come from...