fix warnings

This commit is contained in:
Simon Cruanes 2025-12-10 08:47:00 -05:00
parent 41e650d461
commit 650f4c554f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 ->