Documentation
¶
Overview ¶
Package otel adapts content-free Coding events to OpenTelemetry traces and metrics. Applications own SDK, exporter, processing, and provider shutdown.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
TracerProvider trace.TracerProvider
MeterProvider metric.MeterProvider
}
Config supplies providers owned by the application. Nil providers use the OpenTelemetry global providers.
type Observer ¶
type Observer struct {
// contains filtered or unexported fields
}
Observer maps product lifecycle telemetry into OTel. It owns no exporter, provider, goroutine, or cross-event state and is safe to share across multiple Coding runtimes.
Click to show internal directories.
Click to hide internal directories.