Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KVBool = attribute.Bool KVBoolSlice = attribute.BoolSlice KVInt = attribute.Int KVIntSlice = attribute.IntSlice KVInt64 = attribute.Int64 KVInt64Slice = attribute.Int64Slice KVFloat64 = attribute.Float64 KVFloat64Slice = attribute.Float64Slice KVString = attribute.String KVStringSlice = attribute.StringSlice KVStringer = attribute.Stringer )
Functions ¶
This section is empty.
Types ¶
type SpanExporter ¶
type SpanExporter = sdkTrace.SpanExporter
type StartSpanOption ¶
type StartSpanOption = trace.SpanStartOption
type Telemeter ¶
type Telemeter struct {
// contains filtered or unexported fields
}
func NewTelemeter ¶
func NewTelemeter(serviceName, version, instanceID string, spanExporter SpanExporter, spanSample float64) *Telemeter
func (*Telemeter) MakeDefault ¶
func (t *Telemeter) MakeDefault()
type TracerOption ¶
type TracerOption = trace.TracerOption
Click to show internal directories.
Click to hide internal directories.