Documentation
¶
Overview ¶
Package obs holds small helpers shared by the OpenTelemetry instrumentation across teled's internal packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Providers ¶
type Providers struct {
TracerProvider trace.TracerProvider
MeterProvider metric.MeterProvider
}
Providers carries the OpenTelemetry providers threaded explicitly through the application (from go-faster/sdk app.Run) instead of relying on the global otel providers. The zero value is valid and yields no-op instrumentation.
Click to show internal directories.
Click to hide internal directories.