mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
7 lines
247 B
OCaml
7 lines
247 B
OCaml
(** metrics_service.proto Pretty Printing *)
|
|
|
|
|
|
(** {2 Formatters} *)
|
|
|
|
val pp_export_metrics_service_request : Format.formatter -> Metrics_service_types.export_metrics_service_request -> unit
|
|
(** [pp_export_metrics_service_request v] formats v *)
|