class LittleGhost::Instrumentation::Subscriber

Subclass Subscriber to connect a telemetry backend.

Override the callbacks a backend supports. start and finish receive the same operation name and correlated attributes. emit receives point events. Implementations may return a propagation carrier from trace_context. Callbacks should be thread-safe.