Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseFullMethod ¶
ParseFullMethod returns the method name and attributes.
Types ¶
type MetadataReaderWriter ¶
MetadataReaderWriter ...
func (MetadataReaderWriter) Get ¶
func (m MetadataReaderWriter) Get(key string) string
func (MetadataReaderWriter) Keys ¶
func (m MetadataReaderWriter) Keys() []string
func (MetadataReaderWriter) Set ¶
func (m MetadataReaderWriter) Set(key, value string)
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
Tracer is otel span tracer
func (*Tracer) Start ¶
func (t *Tracer) Start(ctx context.Context, operation string, carrier propagation.TextMapCarrier, opts ...trace.SpanStartOption) (context.Context, trace.Span)
Start start tracing span
Click to show internal directories.
Click to hide internal directories.