You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After starting grok_exporter with readall: false I could briefly poll the metrics, however, after a few seconds the exporter stopped and the log showed error reading log lines: error reading file system events: failed to read inotify events: interrupted system call
I understand that someone had a similar problem on Windows (issue #17), which was solved after you implemented the poll_interval property. However, I am using RedHat Linux 6
I was wondering if there is something I have do to on my end, or if should use the poll_interval property. Moreover, if I use this property, will the log rollover be detected?
Thanks
The text was updated successfully, but these errors were encountered:
Hello @fstab
I have a Spring based application that uses log4j2 to write log files using an appender like this one:
After starting
grok_exporter
with readall: false I could briefly poll the metrics, however, after a few seconds the exporter stopped and the log showederror reading log lines: error reading file system events: failed to read inotify events: interrupted system call
I understand that someone had a similar problem on Windows (issue #17), which was solved after you implemented the
poll_interval
property. However, I am using RedHat Linux 6I was wondering if there is something I have do to on my end, or if should use the
poll_interval
property. Moreover, if I use this property, will the log rollover be detected?Thanks
The text was updated successfully, but these errors were encountered: