monasca-persister/releasenotes/notes/fix-influxdb-parse-error-17402d74ffc39d4c.yaml
zhangjianweibj 0ab568481f some points unable to parse
some metrics get from kafka,may not a standard point that
influxdb can parse.in this case,points should be dropped.

Task: 29641
Story: 2005069

Change-Id: Ib907a280ced26ef2c228efe14b57440f894d8aad
2019-03-19 10:58:14 +01:00

10 lines
244 B
YAML

---
features:
- |
Configuration option `ignore_parse_point_error` added to allow dropping
malformed InfluxDB data points.
fixes:
- |
Fixed handling of InfluxDB parse point errors in case these were not
validated in the API.