-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[spanmetricsprocessor] lacenty_bucket histogram +Inf label inconsistency #2838
Comments
It is reproducing for me also in spanmetricsprocessor v0.21.0. |
Any updates on this issue? |
@bogdansandu I am not sure but I think no one is working on it right now. Feel free to take it or we can discuss ways to fix this problem. |
@bogdandrutu should the spanmetrics processor even create a |
* Set unprivileged user to container image Signed-off-by: Juraci Paixão Kröhling <[email protected]> * Set alpine version to 3.13 Signed-off-by: Juraci Paixão Kröhling <[email protected]>
I tried doing this. This does not work either. Your last bucket value takes the place of Math.MaxFloat64. |
Hello everyone, |
I think it is related to that issue as well. #4975 |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Describe the bug
A clear and concise description of what the bug is.
When using
spanmetricsprocessor
, if the output exporter isprometheus
, then thelantency_bucket
metrics have a bucket for +Inf and Math.MaxFloat64.If the output exporter is
prometheusremotewrite
, then thelatency_bucket
metric doesn't contain the+Inf
bucketSteps to reproduce
If possible, provide a recipe for reproducing the error.
Use the config below
What did you expect to see?
A clear and concise description of what you expected to see.
Ideally, the bucket for
Math.MaxFloat64
shouldn't exist. I just want to see the upper bound of+Inf
.What did you see instead?
A clear and concise description of what you saw instead.
What version did you use?
Version: 0.23.0
What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: