Class ActivityTagNames
Contains the name of tags added to the System.Diagnostics.Activity.
Inheritance
System.Object
ActivityTagNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Diagnostics
Assembly: Silverback.Integration.dll
Syntax
public static class ActivityTagNames
Fields
| Improve this doc View sourceMessageDestination
The name of the tag that contains the destination of the message (i.e. the name of the endpoint).
Declaration
public const string MessageDestination = "messaging.destination"
Field Value
Type | Description |
---|---|
System.String |
MessageId
The name of the tag whose value identifies the message.
Declaration
public const string MessageId = "messaging.message_id"
Field Value
Type | Description |
---|---|
System.String |
Remarks
For Kafka the tag value will be in the form topic[partition]@offset.
SequenceActivity
The name of the tag that references the activity created for the sequence where this message has been added.
Declaration
public const string SequenceActivity = "messaging.sequence.activity"
Field Value
Type | Description |
---|---|
System.String |