When sending tags in they are ignored and only the default quantile tags are added.
Looking at the function the tags value is never used
|
func (n *Scope) RecordSpan(measurement string, tags map[string]string) tally.Stopwatch { |
|
return n.scope.Timer(measurement + "_span").Start() |
|
} |