-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support numeric attributes value for tracing attributes #234
Labels
enhancement
New feature or request
Milestone
Comments
Same thing probably for primitives like boolean, long, double |
@marcingrzejszczak are you ok if I contribute to make this available at least on span level? |
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 18, 2023
Yes, I commented on the PR |
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 19, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 20, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 20, 2023
nikoncode
pushed a commit
to nikoncode/micrometer-tracing
that referenced
this issue
Apr 20, 2023
done via 13f060c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current convention support only string valued attributes for observation (future span), but modern tracing backend support numbers in it, which might significantly simplify filtering.
For example, http.status_code (as number) might be used in filter like http.status_code > 200 and http.status_code < 300, but in case of string it's not quite possible.
The text was updated successfully, but these errors were encountered: