Documentation ¶
Overview ¶
Package telemetryclient is internal package to support telemetry without introducing a direct dependency to the actual implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithConstructor ¶
func WithConstructor(ctx context.Context, ctor Constructor) context.Context
WithConstructor specifies which telemetry to use.
Types ¶
type Constructor ¶
Constructor creates a new telemetry client.
func ConstructorFrom ¶
func ConstructorFrom(ctx context.Context) (_ Constructor, ok bool)
ConstructorFrom loads the telemetry client constructor from context.
Click to show internal directories.
Click to hide internal directories.