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
I've searched as hard as I can and can't seem to find this functionality in nri-flex.
I have a file on disk which gets written to every 30 seconds. I would like to have nri-flex skip sampling from the file if it hasn't been modified within a configurable time. This is to prevent potentially inaccurate data from being sampled if, say, the program writing the file crashes.
Acceptance Criteria
Unknown
Describe Alternatives
In theory, I could use run: instead of file:, but that would mean I'm suddenly having to implement a bunch of handling that file: probably already takes care of. If I ping my program with HTTP and it has crashed, it obviously won't respond. But there's no reliable way to have such implicit behavior with writing files to disk outside of checking the last modified time.
Dependencies
Unknown
Additional context
None
Estimates
Unknown
The text was updated successfully, but these errors were encountered:
Description
I've searched as hard as I can and can't seem to find this functionality in nri-flex.
I have a file on disk which gets written to every 30 seconds. I would like to have nri-flex skip sampling from the file if it hasn't been modified within a configurable time. This is to prevent potentially inaccurate data from being sampled if, say, the program writing the file crashes.
Acceptance Criteria
Unknown
Describe Alternatives
In theory, I could use
run:
instead offile:
, but that would mean I'm suddenly having to implement a bunch of handling thatfile:
probably already takes care of. If I ping my program with HTTP and it has crashed, it obviously won't respond. But there's no reliable way to have such implicit behavior with writing files to disk outside of checking the last modified time.Dependencies
Unknown
Additional context
None
Estimates
Unknown
The text was updated successfully, but these errors were encountered: