Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tparker00 opened this issue Aug 20, 2024 · 0 comments · May be fixed by #14
Open

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

tparker00 opened this issue Aug 20, 2024 · 0 comments · May be fixed by #14

Comments

@tparker00
Copy link

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()
}

@tparker00 tparker00 linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant