In Telegraf we are running into the MAX_GSTRINGS limit when reading stats. Currently the MAX_GSTRINGS is set to 100, and I see it was bumped up in #2 several years back from 100.
The NIC we are having issues has about 2480 stats according to ethtool -S. Do you think it would it make sense to further increase this limit?
In Telegraf we are running into the
MAX_GSTRINGS
limit when reading stats. Currently the MAX_GSTRINGS is set to 100, and I see it was bumped up in #2 several years back from 100.The NIC we are having issues has about 2480 stats according to
ethtool -S
. Do you think it would it make sense to further increase this limit?https://github.com/influxdata/telegraf/issues/6913