mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
config fix
This commit is contained in:
parent
6ce1ebf9c7
commit
2f5646ab4f
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
type t = Opentelemetry_client.Config.t
|
type t = Opentelemetry_client.Client_config.t
|
||||||
|
|
||||||
module Env = Opentelemetry_client.Config.Env ()
|
module Env = Opentelemetry_client.Client_config.Env ()
|
||||||
|
|
||||||
let pp = Opentelemetry_client.Config.pp
|
let pp = Opentelemetry_client.Client_config.pp
|
||||||
|
|
||||||
let make = Env.make (fun common () -> common)
|
let make = Env.make (fun common () -> common)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type t = Opentelemetry_client.Config.t
|
type t = Opentelemetry_client.Client_config.t
|
||||||
(** Configuration.
|
(** Configuration.
|
||||||
|
|
||||||
To build one, use {!make} below. This might be extended with more fields in
|
To build one, use {!make} below. This might be extended with more fields in
|
||||||
|
|
@ -6,7 +6,7 @@ type t = Opentelemetry_client.Config.t
|
||||||
|
|
||||||
val pp : Format.formatter -> t -> unit
|
val pp : Format.formatter -> t -> unit
|
||||||
|
|
||||||
val make : (unit -> t) Opentelemetry_client.Config.make
|
val make : (unit -> t) Opentelemetry_client.Client_config.make
|
||||||
(** Make a configuration {!t}. *)
|
(** Make a configuration {!t}. *)
|
||||||
|
|
||||||
module Env : Opentelemetry_client.Config.ENV
|
module Env : Opentelemetry_client.Client_config.ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue