mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04:00
7 lines
197 B
OCaml
7 lines
197 B
OCaml
type t = Opentelemetry_client.Client_config.t
|
|
|
|
module Env = Opentelemetry_client.Client_config.Env ()
|
|
|
|
let pp = Opentelemetry_client.Client_config.pp
|
|
|
|
let make = Env.make (fun common () -> common)
|