티스토리 뷰

There are logging as below

2020-01-24T12:01:30Z E! [outputs.influxdb]: when writing to [http://xxx:8086]: received error partial write: max-values-per-tag limit exceeded (100001/100000): measurement="network" tag="device" value="veth646a5a8" dropped=4; discarding points

Related a document

https://stackoverflow.com/questions/43770354/max-values-per-tag-limit-exceeded-influxdb

Solution

  1. Edit a specific option from influxdb.conf

    # max-values-per-tag = 100000

    uncomment and replace the value to zero as shown below,

    max-values-per-tag = 0

  2. Restart influxDB

    $ sudo systemctl restart influxdb

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
글 보관함