Skip to content

Open Telemetry applied

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 26 Nov 12:31
· 188 commits to main since this release

Introduced Open Telemetry tracing together with context propagation:

  • CQRS processing,
  • Marten,
  • EventStoreDB,
  • Kafka.

Removed MediatR as:

  • I'd like to have more customisation around Open Telemetry instrumentation,
  • Retries,
  • I haven't used either pipelines or behaviours,
  • it was more limiting than helping (especially with its enforcement of marker interfaces).

Removed previous manual instrumentation around correlation and causation ids.

TODO:

See details in #181.