metrics-influxdb
metrics-influxdb copied to clipboard
add MetricsAdapter capability
To process counter values in influxdb it's often easier to have the relative values (how much it changed since the last time) directly in the data, without having to extract that in an additional step in the db. This especially helps with counter changes in case of server restarts (where the counter resets).