mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 20:33:36 -04:00
19 lines
653 B
OCaml
19 lines
653 B
OCaml
(** common.proto Pretty Printing *)
|
|
|
|
|
|
(** {2 Formatters} *)
|
|
|
|
val pp_any_value : Format.formatter -> Common_types.any_value -> unit
|
|
(** [pp_any_value v] formats v *)
|
|
|
|
val pp_array_value : Format.formatter -> Common_types.array_value -> unit
|
|
(** [pp_array_value v] formats v *)
|
|
|
|
val pp_key_value_list : Format.formatter -> Common_types.key_value_list -> unit
|
|
(** [pp_key_value_list v] formats v *)
|
|
|
|
val pp_key_value : Format.formatter -> Common_types.key_value -> unit
|
|
(** [pp_key_value v] formats v *)
|
|
|
|
val pp_instrumentation_library : Format.formatter -> Common_types.instrumentation_library -> unit
|
|
(** [pp_instrumentation_library v] formats v *)
|