[Feature Request] Drop metric on buffer there is some error on its data/format #392
Labels
output-db
Related to new output devices to send metrics
performance
Related to performance bugs, info, improvements
runtime-control
Related to task to control device gathering or metric sending to db online
Milestone
Hi,
We have a device trying to poll a metric defined as:
COUNTER64
INTEGER
We have an old InfluxDB with 1.0 version on our test/dev environment which
INTEGER
metric type (uint) is not supported.Description
When the SNMPCollector tries to send the metric, InfluxDB is returning the following error:
msg="ERROR on Write batchPoint in DB influx_MAIN (1 points) | elapsed : 18.310755ms | Error: {\"error\":\"unable to parse 'paloalto_gc_dropCounters,firewall=MYFIREWALL flowFwdL3TtlZero=0,flowHostServiceDeny=0,flowHostServiceUnknown=0,flowMeterHostThrottle=0,pktAllocFailure=65921,pktAllocFailureCos=842,sessionDiscard=0u 1548296280': invalid number\"}\n "
As it is not send, it is being stored on internal buffer, trying, on every cycle, to resend it, filling the buffer and, indirectly, consuming memory and affecting the other devices.
Feature request
SNMPCollector should be able to:
The text was updated successfully, but these errors were encountered: