Octez_telemetrymodule Events : sig ... endThis module implements an event sink (see Internal_event) to emit events as OpenTelemetry logs.
module Gc : sig ... endThis module is responsible for collecting and reporting garbage collection (GC) traces using the Runtime_events library and OpenTelemetry. It tracks the duration of different GC phases and emits them as spans.
module HTTP_client : sig ... endFollow the OpenTelemetry specs for HTTP client, see https://opentelemetry.io/docs/specs/semconv/http/http-spans
module HTTP_server : sig ... endModule providing OpenTelemetry tracing capabilities for Resto-based RPC services. This allows for profiling of RPC requests and responses.
module Opentelemetry_config : sig ... endmodule Opentelemetry_setup : sig ... endmodule Rpc_context : sig ... endmodule Trace : sig ... endmodule Worker : sig ... end