Module Opentelemetry_trace.Extensions

The extension events for Trace_core.

type Otrace.span +=
  1. | Span_otel of OTEL.Span.t
    (*

    The type of span used for OTEL

    *)
type Otrace.metric +=
  1. | Metric_hist of OTEL.Metrics.histogram_data_point
  2. | Metric_sum_int of int
  3. | Metric_sum_float of float