-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] <TextParser parse promethues data error> #2863
Comments
their are two prometheus parse implement, maybe can unify into a common class |
I believe there is definitely a bug in TextParser. By the way, I have a question. I noticed that OnlineParser is not used anywhere in the code. However, it seems to work well and has already been tested with some test cases. |
hi, welcome.
we haven't replaced it yet now. We plan to replace all of them in the future. |
@tomsun28 then Can I fix this issue by replacing TextParser with OnlineParser in PrometheusAutoCollectImpl? |
Is there an existing issue for this?
Current Behavior
when parser value like 6.6917e-05, double parse while throw exception
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: