Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.32 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.32 KB

Grafana Agent Flow Configuration for Windows

a simple Grafana Agent Flow Configuration for windows clients with preconfigured metrics and logs modules.

The Metrics module has predifined windows exporter collectors and windows services which can be extendet with the environment variables flow_collector and flow_service

Agent Version

>= v0.33

Module arguments

The following arguments are supported when passing arguments to the module loader:

Name Type Description Default Required
enabled_collectors string Windows Exporter Collector. ["cpu", "cs", "logical_disk", "net", "os", "service", "system"] no
enabled_service string Windows Service to collect. "Name = 'service1' OR Name = 'service2' OR Name = 'service3'" no

additional arguments cann be passed as Environment Variables:

collectors can be set up as environment variables setx flow_collector "cpu_info" /m

additional services can be set up as environment variables setx flow_service "OR Name = 'Grafana Agent Flow'" /m