Implement retried/failed exports influxdb counters

Also add support for inline chart custom labels
This commit is contained in:
emanuele-f 2019-06-21 17:08:57 +02:00
parent 75af00d080
commit f9dd5e5e34
14 changed files with 129 additions and 16 deletions

View file

@ -25,6 +25,8 @@ if driver.getInfluxdbVersion then
local stats = probe.getExportStats()
info.points_exported = stats.points_exported
info.points_dropped = stats.points_dropped
info.export_retries = stats.export_retries
info.export_failures = stats.export_failures
end
end