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

Add a new Counter option to allow multiple field values per point #37

Closed tbolon closed 8 years ago

tbolon commented 8 years ago

This PR allows users to use a new configuration option, named FieldName which will enable a more compact schema for points sent to InfluxDB

I recommend you read the README.md diff to better understand this changes. But first, I want to precise that this PR is backward compatible, and the only modified behavior is in CollectorEngineBase.FormatResult method.

tbolon commented 8 years ago

There are certainly a lot of grammar errors in my README. I apologize for this, and I will totally understand that you rewrite it or replace it with something better.