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

RuntimeBinderException on InfluxDataSenderConfiguration constructor #38

Closed tbolon closed 8 years ago

tbolon commented 8 years ago

Hi,

It seems the new InfluxDataSenderConfiguration constructor raises a RuntimeBinderException on Properties.Url = url because the dynamic object is not initialized.

It seems you should add Properties = new System.Dynamic.ExpandoObject(); for the code to execute.

poxet commented 8 years ago

Thanks for the contribution!!!