Octez_telemetry.Opentelemetry_config
type t = {
enable : bool;
When this is false, opentelemetry should not be enabled.
*)instance_id : string option;
User provided instance identifier for opentelemetry traces.
*)config : Opentelemetry_client_cohttp_lwt.Config.t;
The actual configuration to use for opentelemetry when enable = true
.
}
Type for opentelemetry configuration.
val default : t
Default config, disabled.
val encoding : t Tezos_base.TzPervasives.Data_encoding.t
Encoding, to be used in configuration files.