Documentation
¶
Index ¶
- func GenerateOTLPBearerToken(sharedSecret string, token string) (string, error)
- func GenerateOTLPBearerTokenWithExpiration(sharedSecret string, expiration time.Time) (string, error)
- func New(ctx context.Context, serviceName string, telemetrySecret string, ...) (context.Context, logger.Logger, func(), error)
- func StartSpan(ctx context.Context, logger logger.Logger, tracer trace.Tracer, ...) (context.Context, logger.Logger, trace.Span)
- type ShutdownFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateOTLPBearerToken ¶
func GenerateOTLPBearerTokenWithExpiration ¶ added in v1.0.9
Types ¶
type ShutdownFunc ¶
type ShutdownFunc func()
Click to show internal directories.
Click to hide internal directories.