error: unsupported character in float while parsing #4
Closed
wademorris
started this conversation in
General
Replies: 2 comments 1 reply
|
Odd. Which version of syslog-ng do you use? As I connected now to the syslog-ng from the command line, executed the same commands as this python script does, and it works fine: I use 4.6.0 on my laptop. |
1 reply
|
I only tested with 7.0.34, that works fine. It seems that PE 4.0.32 is based on an older syslog-ng open source release than I expected. I'll fix the README. Note that even if it works on 7.0.34, it is not an officially supported feature on syslog-ng PE (yet). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am receiving the following error on my prometheus scrape logs:
err="unsupported character in float while parsing: "SourceName;SourceId;SourceInstance;State;Type;Number""
It seems like it is trying to read in the first line as a metric and it does not like it, as it is not a float. I dont know if there is a way to ignore the first line or turn that header off? Any help would be much appreciated.
All reactions