Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClickHouseWriter ¶
type ClickHouseWriter struct {
// contains filtered or unexported fields
}
func NewClickHouseWriter ¶
func NewClickHouseWriter(url string) *ClickHouseWriter
type CustomExporter ¶
type CustomExporter struct{}
func NewCustomExporter ¶
func NewCustomExporter() *CustomExporter
func (*CustomExporter) ExportSpans ¶
func (e *CustomExporter) ExportSpans(ctx context.Context, spans []sdktrace.ReadOnlySpan) error
type CustomHook ¶
type CustomHook struct { }
type CustomLogger ¶
func (*CustomLogger) DebugWithContext ¶
func (l *CustomLogger) DebugWithContext(ctx context.Context) *zerolog.Event
func (*CustomLogger) InfoWithContext ¶
func (l *CustomLogger) InfoWithContext(ctx context.Context) *zerolog.Event
func (*CustomLogger) WarningWithContext ¶
func (l *CustomLogger) WarningWithContext(ctx context.Context) *zerolog.Event
Click to show internal directories.
Click to hide internal directories.