Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerFactory ¶
type LoggerFactory struct {
// contains filtered or unexported fields
}
func NewLoggerRecorderFactory ¶
func NewLoggerRecorderFactory(logger *zap.Logger, messageDesc string) *LoggerFactory
type LoggerRecorder ¶
type LoggerRecorder struct {
// contains filtered or unexported fields
}
type PromFactory ¶
type PromFactory struct {
// contains filtered or unexported fields
}
func NewPromRecorderFactory ¶
func NewPromRecorderFactory(name string, fields ...string) *PromFactory
type PromRecorder ¶
type PromRecorder struct {
// contains filtered or unexported fields
}
type TracerFactory ¶
type TracerFactory struct {
// contains filtered or unexported fields
}
func NewTracerFactory ¶
func NewTracerFactory(tracer opentracing.Tracer) *TracerFactory
type TracerRecorder ¶
type TracerRecorder struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.