github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/tracer/exptel/doc.go (about)

     1  // Package exptel is a fork of core Span types from opentelemetry-go v0.2.0.
     2  //
     3  // https://github.com/open-telemetry/opentelemetry-go/tree/v0.2.0
     4  //
     5  // These are used to maintain serialization compatibility for the `experimental_telemetry_cmd` output,
     6  // which uses the JSON serialization of these directly. The canonical JSON serialization for OTLP is
     7  // not standardized as of Sept 2021 and was removed as a requirement for v1.0 GA.
     8  //
     9  // See https://github.com/open-telemetry/opentelemetry-proto/issues/230.
    10  package exptel