Opentelemetry.Dynamic_enricherHooks to add attributes to every span or log
type t = unit -> Opentelemetry_core.Key_value.t listA dynamic enricher is a callback that produces high-cardinality attributes at span/log-record creation time. This enables "wide events".
val add : t -> unitval collect : unit -> Opentelemetry_core.Key_value.t list