Daniel Jaglowski 40b485f08a Update core for v0.90.0 release (#29539) hai 1 ano
..
internal 91643ba261 [mdatagen] allow adding resource_attribute warnings (#27257) hai 1 ano
Makefile 8c2288aca8 [receiver/filestats] new component filestatsreceiver (#20278) hai 1 ano
README.md 8f921e0662 [receiver/filestats] move filestatsreceiver to beta stability (#27253) hai 1 ano
config.go 5133f4ccd6 [chore] use license shortform (#22052) hai 1 ano
config_test.go 158ee0e040 [chore] Update tests to include scraper settings (#24653) hai 1 ano
doc.go 5133f4ccd6 [chore] use license shortform (#22052) hai 1 ano
documentation.md e5af149d70 [receiver/filestats] initial implementation (#20282) hai 1 ano
factory.go 57417bffb3 [cmd/mdatagen] Consolidate resource building workflow (#24443) hai 1 ano
filestats_darwin.go 84e3963a50 [chore] addressing lint issues (#22862) hai 1 ano
filestats_linux.go 44c8882012 [chore] update linter version (#22983) hai 1 ano
filestats_other.go 5133f4ccd6 [chore] use license shortform (#22052) hai 1 ano
filestats_windows.go 5133f4ccd6 [chore] use license shortform (#22052) hai 1 ano
go.mod 40b485f08a Update core for v0.90.0 release (#29539) hai 1 ano
go.sum 40b485f08a Update core for v0.90.0 release (#29539) hai 1 ano
metadata.yaml 8f921e0662 [receiver/filestats] move filestatsreceiver to beta stability (#27253) hai 1 ano
scraper.go 29ea5a964d [cmd/mdatagen] Avoid reusing the same ResourceBuilder instance (#24762) hai 1 ano
scraper_test.go 57417bffb3 [cmd/mdatagen] Consolidate resource building workflow (#24443) hai 1 ano

README.md

File Stats Receiver

Status
Stability beta: metrics
Distributions contrib, sumo
Issues Open issues Closed issues
Code Owners @atoulme

The File Stats receiver collects metrics from files specified with a glob pattern.

Configuration

  • include (required): The glob path for files to watch
  • collection_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.