-
Notifications
You must be signed in to change notification settings - Fork 9
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
error handling stats line - after update to rsyslog-8.2204 #10
Comments
The code that determines the pstat type and decides what to do with it doesn't know what to do with this line. And frankly, neither do I, it does not seem to actually include any useful data. I think the error is benign (nothing of value is lost) but noisy, so it makes sense to handle this case. |
Hi @mvrk69, I can reproduce this also in 8.2112. As @matthiasr suggested, worst case I will silent this message if no useful data comes from this pstat. |
Did a bit of research:
I will see how to implement it. |
waiting for a new version of the exporter? |
For the moment, this PR #7 can be used as a workaround to silence those errors messages. |
I will make a new release so we can at least hide those messages. I haven't had time to dedicate into refactoring some stuff in the exporter to finish #11 properly. |
please proceed with new release |
@aleroyer Understandable, thanks for answering! I wouldn't mind multiple smaller releases if that makes it easier! |
@grzesrap @vilhelmprytz 1.1.0 released. I had to fix github actions to make it work! |
Hi,
I updated my rsyslog to 8.2204 and started having this error messages from the exporter:
Jan 25 07:21:45 syslog002 rsyslog_exporter[2097]: 2023/01/25 15:21:45 error handling stats line: unknown pstat type: 0, line was: 2023-01-25T07:21:45.871761-08:00 syslog002 rsyslogd-pstats: { "name": "global", "origin": "percentile", "values": { } }
Do you know what could be the problem?
Best regards.
The text was updated successfully, but these errors were encountered: