Documentation
¶
Overview ¶
Package otel is the home of interactions with OpenTelemetry common to many of our internal packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶ added in v0.5.0
type Instance struct {
// contains filtered or unexported fields
}
Instance is the interface to the resources that were initialized by New.
func (*Instance) MeterProvider ¶ added in v0.5.1
func (instance *Instance) MeterProvider() (metric.MeterProvider, error)
MeterProvider returns the telemetry-created MeterProvider.
Click to show internal directories.
Click to hide internal directories.