Skip to content

When tags are passed to RecordSpan no tags are recorded. #13

@tparker00

Description

@tparker00

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

telemetry/telemetry.go

Lines 175 to 177 in 4591c19

func (n *Scope) RecordSpan(measurement string, tags map[string]string) tally.Stopwatch {
return n.scope.Timer(measurement + "_span").Start()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions