Documentation
¶
Overview ¶
Package headgateotel bridges headgate's exporter-neutral telemetry facade to application-owned OpenTelemetry providers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Telemetry ¶
type Telemetry struct {
// contains filtered or unexported fields
}
Telemetry translates headgate events into OpenTelemetry spans and metrics. SDK configuration, sampling, resources, and exporters remain application-owned.
func New ¶
func New(tp trace.TracerProvider, mp metric.MeterProvider) (*Telemetry, error)
New builds an adapter from providers owned by the application. Nil providers use OpenTelemetry's current global providers; this package never installs an SDK.
Click to show internal directories.
Click to hide internal directories.