Class ActivityTagNames
- Namespace
- Silverback.Messaging.Diagnostics
- Assembly
- Silverback.Integration.dll
Contains the name of tags added to the Activity.
public static class ActivityTagNames
- Inheritance
-
ActivityTagNames
- Inherited Members
Fields
MessageDestination
The name of the tag that contains the destination of the message (i.e. the name of the endpoint).
public const string MessageDestination = "messaging.destination"
Field Value
MessageId
The name of the tag whose value identifies the message.
public const string MessageId = "messaging.message_id"
Field Value
Remarks
For Kafka the tag value will be in the form topic[partition]@offset.
SequenceId
The name of the tag that contains the sequence identifier (e.g. the BatchSequence or ChunkSequence identifier).
public const string SequenceId = "messaging.sequence_id"