mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-05-05 08:54:27 -04:00
this requires ocaml-protoc with support for optionals in proto3, which is [wip](https://github.com/mransan/ocaml-protoc/pull/184). However we only extract the protobufs explicitly, not during a regular build
13 lines
567 B
OCaml
13 lines
567 B
OCaml
(** logs_service.proto Pretty Printing *)
|
|
|
|
|
|
(** {2 Formatters} *)
|
|
|
|
val pp_export_logs_service_request : Format.formatter -> Logs_service_types.export_logs_service_request -> unit
|
|
(** [pp_export_logs_service_request v] formats v *)
|
|
|
|
val pp_export_logs_partial_success : Format.formatter -> Logs_service_types.export_logs_partial_success -> unit
|
|
(** [pp_export_logs_partial_success v] formats v *)
|
|
|
|
val pp_export_logs_service_response : Format.formatter -> Logs_service_types.export_logs_service_response -> unit
|
|
(** [pp_export_logs_service_response v] formats v *)
|