Versions in this module Expand all Collapse all v0 v0.24.1 Jan 27, 2022 Changes in this version + var MethodKey = tag.MustNewKey("gocdk_method") + var ProviderKey = tag.MustNewKey("gocdk_provider") + var StatusKey = tag.MustNewKey("gocdk_status") + func LatencyMeasure(pkg string) *stats.Float64Measure + func ProviderName(driver interface{}) string + func Views(pkg string, latencyMeasure *stats.Float64Measure) []*view.View + type Tracer struct + LatencyMeasure *stats.Float64Measure + Package string + Provider string + func (t *Tracer) End(ctx context.Context, err error) + func (t *Tracer) Start(ctx context.Context, methodName string) context.Context