Documentation ¶
Index ¶
- type NoopProvider
- type NoopSpan
- func (NoopSpan) AddEvent(name string, options ...otrace.EventOption)
- func (NoopSpan) End(options ...otrace.SpanEndOption)
- func (NoopSpan) IsRecording() bool
- func (NoopSpan) RecordError(err error, options ...otrace.EventOption)
- func (NoopSpan) SetAttributes(kv ...attribute.KeyValue)
- func (NoopSpan) SetName(name string)
- func (NoopSpan) SetStatus(code codes.Code, description string)
- func (NoopSpan) SpanContext() otrace.SpanContext
- func (NoopSpan) TracerProvider() otrace.TracerProvider
- type NoopTracer
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopProvider ¶
type NoopProvider struct{}
type NoopSpan ¶
type NoopSpan struct{}
func (NoopSpan) End ¶
func (NoopSpan) End(options ...otrace.SpanEndOption)
func (NoopSpan) IsRecording ¶
func (NoopSpan) RecordError ¶
func (NoopSpan) RecordError(err error, options ...otrace.EventOption)
func (NoopSpan) SetAttributes ¶
func (NoopSpan) SpanContext ¶
func (NoopSpan) SpanContext() otrace.SpanContext
func (NoopSpan) TracerProvider ¶
func (NoopSpan) TracerProvider() otrace.TracerProvider
type NoopTracer ¶
type NoopTracer struct{}
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func NewProvider ¶
Click to show internal directories.
Click to hide internal directories.