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

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.