Package org.opensearch.telemetry.tracing
package org.opensearch.telemetry.tracing
Contains tracing related classes
-
ClassDescriptionBase spanAn auto-closeable that represents scoped span.An interface that represents a tracing span.Wrapped Span will be exposed to the code outside of tracing package for sharing the
Spanwithout having access to its properties.Context for span details.Type of Span.An auto-closeable that represents scope of the span.Tracer is the interface used to create aSpanIt automatically handles the context propagation between threads, tasks, nodes etc.TracerContextStorage<K,V> Storage interface used for storing tracing contextInterface defining the tracing related context propagationInterface for tracing telemetry providers