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
Not as such. You can compute metrics from the files inside a directory: count() for the number of files, sum() on file size for directory size and max() on timestamp for last modification.
I was able to use the following configuration from the example in the README, in case it helps. You would need to find a list of file extensions or patterns to monitor in order to catch files in your directory. If you don't have a pattern among the files it would be more difficult.
Is there any way to monitor directories with this exporter??
I tried following patterns but it didn't work:
.
*
**
/**/
The text was updated successfully, but these errors were encountered: