Documentation
¶
Index ¶
- type DummySpan
- func (d DummySpan) AddEvent(_ string, _ ...map[string]interface{})
- func (d DummySpan) End(_ ...bool)
- func (d DummySpan) RecordError(_ error, _ ...map[string]interface{})
- func (d DummySpan) SetAttribute(_, _ string)
- func (d DummySpan) SetAttributes(_ map[string]interface{})
- func (d DummySpan) SetName(_ string)
- func (d DummySpan) SetStatus(_ uint32, _ string)
- type DummyTracer
- type StubDB
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummySpan ¶
type DummySpan struct { }
func (DummySpan) RecordError ¶
func (DummySpan) SetAttribute ¶
func (DummySpan) SetAttributes ¶
type DummyTracer ¶
type DummyTracer struct { }
func NewDummyTracer ¶
func NewDummyTracer() *DummyTracer
func (DummyTracer) Configure ¶
func (d DummyTracer) Configure() error
Click to show internal directories.
Click to hide internal directories.