package opentelemetry

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Opentelemetry_core.Key_valueSource

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