Module Octez_telemetry

module Events : sig ... end

This module implements an event sink (see Internal_event) to emit events as OpenTelemetry logs.

module Gc : sig ... end

This 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 ... end

Follow the OpenTelemetry specs for HTTP client, see https://opentelemetry.io/docs/specs/semconv/http/http-spans

module HTTP_server : sig ... end

Module providing OpenTelemetry tracing capabilities for Resto-based RPC services. This allows for profiling of RPC requests and responses.

module Opentelemetry_config : sig ... end
module Opentelemetry_setup : sig ... end
module Rpc_context : sig ... end
module Trace : sig ... end
module Worker : sig ... end