Skip to main content
Table of Contents

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

string

BucketId

Tag name bucket.id — bucket-lock bucket index.

public const string BucketId = "bucket.id"

Field Value

string

EventType

Tag name event.type — the simple name of a domain-event type.

public const string EventType = "event.type"

Field Value

string

OutboxKind

Tag name outbox.kindcommand or event.

public const string OutboxKind = "outbox.kind"

Field Value

string

Outcome

Tag name outcome — the result of an operation; see ApplicationDiagnostics.Outcomes for values.

public const string Outcome = "outcome"

Field Value

string

RequestType

Tag name request.type — the simple name of a command/query request type.

public const string RequestType = "request.type"

Field Value

string