Module Opentelemetry_core.Key_value

type t = string * Value.t
val conv : (string * [< `Bool of bool | `Float of float | `Int of int | `None | `String of string ]) -> Opentelemetry_core.Common_.Proto.Common.key_value