Documentation
¶
Overview ¶
Package authotel records bounded authorization metrics and traces through standard OpenTelemetry providers, including providers owned by telemetry.
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
}
type Instrumenter ¶
type Instrumenter struct {
// contains filtered or unexported fields
}
func New ¶
func New(config Config) (*Instrumenter, error)
func (*Instrumenter) Start ¶
func (instrumenter *Instrumenter) Start( ctx context.Context, ) (context.Context, func(authorization.Event))
Click to show internal directories.
Click to hide internal directories.