Class ApplicationDiagnostics.MetricTags
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Tag name constants used on metric instruments.
public static class ApplicationDiagnostics.MetricTags
- Inheritance
-
ApplicationDiagnostics.MetricTags
- Inherited Members
Fields
AggregateType
Tag name aggregate.type.
public const string AggregateType = "aggregate.type"
Field Value
BucketId
Tag name bucket.id — bucket-lock bucket index.
public const string BucketId = "bucket.id"
Field Value
EventType
Tag name event.type — the simple name of a domain-event type.
public const string EventType = "event.type"
Field Value
OutboxKind
Tag name outbox.kind — command or event.
public const string OutboxKind = "outbox.kind"
Field Value
Outcome
Tag name outcome — the result of an operation; see ApplicationDiagnostics.Outcomes for values.
public const string Outcome = "outcome"
Field Value
RequestType
Tag name request.type — the simple name of a command/query request type.
public const string RequestType = "request.type"