v0.8.3 - April 8th, 2019
- Allow one to switch from sending NetBIOS machine name to sending internet host name to metric sink.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="name_lookup" value="dns" />
</appSettings>
</configuration>
(If you opt into this configuration, expect metric names / paths to change (eg: if the metric host was previously TINI
, it may change to Tini
) (ref: #53))
- Improve postgres connection attempts in edge cases
- Update internal dependencies:
- Bump prometheus-net from 3.0.3 to 3.1.0 (no apparent changes for OhmGraphite)
- Bump Npgsql from 4.0.4 to 4.0.5 (fixes bugs)
- Bump NLog.Config from 4.5.11 to 4.6.2 (more logging configurations for those who want it)