Class TemporalEnricherTagNames
Tag names for the Temporal Log Enrichers.
Namespace: Neon.Temporal
Assembly: Neon.Temporal.dll
Syntax
public static class TemporalEnricherTagNames
Fields
ActivityAttempt
The Temporal activity attempt number.
Declaration
public const string ActivityAttempt = "temporal.activity.attempt"
Field Value
Type | Description |
---|---|
string |
ActivityCancelReason
The Temporal activity cancel reason.
Declaration
public const string ActivityCancelReason = "temporal.activity.cancel_reason"
Field Value
Type | Description |
---|---|
string |
ActivityId
The Temporal activity ID.
Declaration
public const string ActivityId = "temporal.activity.id"
Field Value
Type | Description |
---|---|
string |
ActivityIsLocal
The Temporal activity is local flag.
Declaration
public const string ActivityIsLocal = "temporal.activity.is_local"
Field Value
Type | Description |
---|---|
string |
ActivityType
The Temporal activity type.
Declaration
public const string ActivityType = "temporal.activity.type"
Field Value
Type | Description |
---|---|
string |
TaskQueue
The Temporal task queue name.
Declaration
public const string TaskQueue = "temporal.task_queue"
Field Value
Type | Description |
---|---|
string |
WorkflowAttempt
The Temporal workflow attempt number.
Declaration
public const string WorkflowAttempt = "temporal.workflow.attempt"
Field Value
Type | Description |
---|---|
string |
WorkflowContinuedRunId
The Temporal workflow continued run ID.
Declaration
public const string WorkflowContinuedRunId = "temporal.workflow.continued_run_id"
Field Value
Type | Description |
---|---|
string |
WorkflowId
The Temporal workflow ID.
Declaration
public const string WorkflowId = "temporal.workflow.id"
Field Value
Type | Description |
---|---|
string |
WorkflowNamespace
The Temporal workflow namespace.
Declaration
public const string WorkflowNamespace = "temporal.workflow.namespace"
Field Value
Type | Description |
---|---|
string |
WorkflowRunId
The Temporal workflow run ID.
Declaration
public const string WorkflowRunId = "temporal.workflow.run_id"
Field Value
Type | Description |
---|---|
string |
WorkflowType
The Temporal workflow type.
Declaration
public const string WorkflowType = "temporal.workflow.type"
Field Value
Type | Description |
---|---|
string |