poxet / Influx-Capacitor

Influx-capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
http://influx-capacitor.com
MIT License
44 stars 13 forks source link

Instance wildcard request #4

Closed discoduck2x closed 8 years ago

discoduck2x commented 8 years ago

Make it possible to get specific instances through wildcard expression :

Process (sql*) \ % processor time Would collect for all processes beginning with sql etc

Check out collectw on github which does that by regex.

poxet commented 8 years ago

With version 1.0.6 whildcards can be used for both counters and instances of counters.