Opentelemetry_client_cohttp_lwt
Set http headers that are sent on every http query to the collector.
module Config : sig ... end
val create_backend :
?stop:bool Opentelemetry_client_cohttp_lwt__.Common_.Atomic.t ->
?config:Config.t ->
unit ->
(module Opentelemetry.Collector.BACKEND)
val setup :
?stop:bool Opentelemetry_client_cohttp_lwt__.Common_.Atomic.t ->
?config:Config.t ->
?enable:bool ->
unit ->
unit
Setup endpoint. This modifies Opentelemetry.Collector.backend
.