mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implement retried/failed exports influxdb counters
Also add support for inline chart custom labels
This commit is contained in:
parent
75af00d080
commit
f9dd5e5e34
14 changed files with 129 additions and 16 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue