Max-values-per-tag how to do

openresty/statsd.lua
statsd.time(“name,transNo=” … uuid,ngx.now)
statsd.flush(udp,127.0.0.1,8126)
telegrafa.conf
[outputs.file]
metrics.out
[outputs.influxdb]
127.0.0.1:8086

because transNo is no repetition
so when writing to [127.0.0.1:8086]
“error”:"partial write: max-values-per-tag limit exceeded (100009/100000):tag=transNo,value=“xxxx”

transNo unwanted insert influxdb,but i want transNo outputs.file metrics.out

how to do

Hello @smallbirdwy,
Welcome!
You can search for

# max-values-per-tag = 100000

And change to

# max-values-per-tag = 0

In the agent portion config.

telegraf version 1.8,infulxdb version 1.5, tag=transNo(uuid) more and more big 10000000 lines, change max-values-per-tag = 0 ?

Hello @smallbirdwy,
That’s what my googling tells me works. I’m not sure from personal experience because I haven’t run into that error, but maybe give it a try and let me know how it works? Thank you!

With the increase of data, the memory will be full