Header menu logo FCQRS

Telemetry Type

FCQRS's ActivitySource names — register them with your tracing pipeline (e.g. OpenTelemetry: tracing.AddSource(Telemetry.AllActivitySources)).

Static members

Static member Description

Telemetry.ActivitySourceName

Full Usage: Telemetry.ActivitySourceName

Returns: string

Commands and events flowing through aggregates.

Returns: string

Telemetry.AllActivitySources

Full Usage: Telemetry.AllActivitySources

Returns: string[]

Every FCQRS source, for one-call registration.

Returns: string[]

Telemetry.QueryActivitySourceName

Full Usage: Telemetry.QueryActivitySourceName

Returns: string

Read-side projection of journal events.

Returns: string

Telemetry.SagaActivitySourceName

Full Usage: Telemetry.SagaActivitySourceName

Returns: string

Saga state transitions.

Returns: string

Telemetry.TraceparentMetadataKey

Full Usage: Telemetry.TraceparentMetadataKey

Returns: string

Metadata key carrying the W3C traceparent. Stamped automatically on commands created while an Activity is current; flows command -> events -> saga -> the saga's commands through the existing Metadata plumbing, so the CID stays a plain correlation id and tracing rides beside it.

Returns: string

Type something to start searching.