mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix warnings
This commit is contained in:
parent
41e650d461
commit
650f4c554f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
(** A simple exporter that prints on stdout *)
|
(** A simple exporter that prints on stdout *)
|
||||||
|
|
||||||
open Common_
|
open Common_
|
||||||
open Opentelemetry_util
|
|
||||||
open Opentelemetry_emitter
|
open Opentelemetry_emitter
|
||||||
|
|
||||||
open struct
|
open struct
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@ type kind = Span_kind.t =
|
||||||
|
|
||||||
type key_value = Key_value.t
|
type key_value = Key_value.t
|
||||||
|
|
||||||
|
val pp : Format.formatter -> t -> unit
|
||||||
|
|
||||||
val make :
|
val make :
|
||||||
?kind:kind ->
|
?kind:kind ->
|
||||||
?trace_state:string ->
|
?trace_state:string ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue