Documentation
¶
Index ¶
- func StartSpan(ctx context.Context, name string) (context.Context, trace.Span)
- func TimestampToStringValue(t *timestamppb.Timestamp) attribute.Value
- type JaegerAgent
- type Logger
- func (l *Logger) Debug(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Error(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Fatal(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Info(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) Warn(ctx context.Context, msg string, fields ...zap.Field)
- func (l *Logger) ZapLogger() *zap.Logger
- type Settings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TimestampToStringValue ¶
func TimestampToStringValue(t *timestamppb.Timestamp) attribute.Value
Types ¶
type JaegerAgent ¶
type Settings ¶
type Settings struct {
ServiceName string
JaegerAgent JaegerAgent
SamplerParam float64
}
func Initialize ¶
Click to show internal directories.
Click to hide internal directories.