api

http4k / org.http4k.events / EventFilters

EventFilters

object EventFilters

Useful EventFilters used in building event processing pipelines to add various types of metadata to the events

Functions

Name Summary
AddTimestamp Adds timestamp metadata to the event.fun AddTimestamp(clock: Clock = Clock.systemUTC()): <ERROR CLASS>
AddZipkinTraces Adds Zipkin traces metadata to the event.fun AddZipkinTraces(): <ERROR CLASS>

Extension Functions

Name Summary
AddOpenTelemetryTraces Adds OpenTelemetry traces metadata to the event.fun EventFilters.AddOpenTelemetryTraces(): <ERROR CLASS>