We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc471f commit c683ddfCopy full SHA for c683ddf
src/KafkaFlow.OpenTelemetry/ActivitySourceAccessor.cs
@@ -18,7 +18,7 @@ internal static void SetGenericTags(Activity activity, IEnumerable<string> boots
18
{
19
// https://opentelemetry.io/docs/languages/net/libraries/#note-on-versioning
20
// https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.9.0/src/Shared/SemanticConventions.cs
21
- activity?.SetTag("message.type", MessagingSystemId);
+ activity?.SetTag("messaging.system", MessagingSystemId);
22
activity?.SetTag("peer.service", string.Join(",", bootstrapServers ?? Enumerable.Empty<string>()));
23
}
24
0 commit comments