Daniel Jaglowski 40b485f08a Update core for v0.90.0 release (#29539) | před 1 rokem | |
---|---|---|
.. | ||
internal | před 1 rokem | |
Makefile | před 1 rokem | |
README.md | před 1 rokem | |
config.go | před 1 rokem | |
config_test.go | před 1 rokem | |
doc.go | před 1 rokem | |
documentation.md | před 1 rokem | |
factory.go | před 1 rokem | |
filestats_darwin.go | před 1 rokem | |
filestats_linux.go | před 1 rokem | |
filestats_other.go | před 1 rokem | |
filestats_windows.go | před 1 rokem | |
go.mod | před 1 rokem | |
go.sum | před 1 rokem | |
metadata.yaml | před 1 rokem | |
scraper.go | před 1 rokem | |
scraper_test.go | před 1 rokem |
Status | |
---|---|
Stability | beta: metrics |
Distributions | contrib, sumo |
Issues | |
Code Owners | @atoulme |
The File Stats receiver collects metrics from files specified with a glob pattern.
include
(required): The glob path for files to watchcollection_interval
(default = 1m
): The interval at which metrics are emitted by this receiver.initial_delay
(default = 1s
): defines how long this receiver waits before starting.See [documentation.md] for a list of the metrics collected.