Tracing API | OpenTelemetry
Status: Stable, except where otherwise specified The Tracing API consists of these main components: TracerProvider is the entry point of the API. It provides access to Tracers. Tracer is responsible for creating Spans. Span is the API to trace an operation. Data types While languages and platforms have different ways of representing data, this section defines some generic requirements for this API. Time OpenTelemetry can operate on time values up to nanosecond (ns) precision. The representation of those values is language specific.
Status: Stable, except where otherwise specified The Tracing API consists of these main components: TracerProvider is the entry point of the API. It provides access to Tracers. Tracer is responsible for creating Spans. Span is the API to trace an operation. Data types While languages and platforms have different ways of representing data, this section defines some generic requirements for this API. Time OpenTelemetry can operate on time values up to nanosecond (ns) precision. The representation of those values is language specific. Timestamp A timestamp is the time elapsed since…
saved by
related reading
- Overview | OpenTelemetryopentelemetry.io
- Best Practices for Organizing Data - Honeycomb Docsdocs.honeycomb.io
- The Problem with OpenTelemetrycra.mr
- langfuse API documentationpython.reference.langfuse.com
- All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more - Tristan Humethume.ca
- OpenAI Platformplatform.openai.com
- OpenTelemetry: A Guide to Observability with Go | Blog | Luca Cavallinlucavall.in
- Tracing: structured logging, but better in every way | Andy Doteandydote.co.uk
- All you need is Wide Events, not “Metrics, Logs and Traces”isburmistrov.substack.com
- Go Instrumentation Auto SDK | OpenTelemetryopentelemetry.io
- Langfuselangfuse.com
- Span Issues when merging async genrators · open-telemetry opentelemetry-python · Discussion #3792github.com