We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This receiver communicates metrics related to file information.
The component exposes the following metrics:
file.size
file.mtime
file.ctime
file.atime
Each metric will come with the following attributes:
* `file.path`: the absolute path to the file or folder
This receiver acts like a scraper, with a default collection interval of 30s. The receiver accepts the following configuration:
include
exclude
In case of error with a specific file during scraping, the receiver will log a partial scraping error and continue to try on other files.
filestats: include: ["/etc/apache/sites-enabled/*"] exclude: ["/etc/apache/sites-enabled/README"] metrics: file.size: enabled: false file.atime: enabled: true
metrics
No response
The text was updated successfully, but these errors were encountered:
I'll sponsor this component
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The purpose and use-cases of the new component
This receiver communicates metrics related to file information.
The component exposes the following metrics:
file.size
: size of the file or folder in bytes.file.mtime
: last modification timestamp of the file, in seconds since Epoch.file.ctime
: last modification or permission change timestamp of the file, in seconds since Epoch.file.atime
: last access timestamp of the file, in seconds since Epoch.Each metric will come with the following attributes:
This receiver acts like a scraper, with a default collection interval of 30s. The receiver accepts the following configuration:
include
exclude
In case of error with a specific file during scraping, the receiver will log a partial scraping error and continue to try on other files.
Example configuration for the component
Telemetry data types supported
metrics
Is this a vendor-specific component?
Sponsor (optional)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: