telegraf icon indicating copy to clipboard operation
telegraf copied to clipboard

Cannot set Percentiles on statsd.Statsd due to unexported number type

Open jordanbertasso opened this issue 4 months ago • 0 comments

In https://github.com/influxdata/telegraf/pull/16363 the Number type in the statsd package was unexported here. However, it is required in order to set the Percentiles field on statsd.Statsd.

I believe this may have been unexported in error, as now it's not possible to set the Percentiles field here via the public API as far as I can tell.

jordanbertasso avatar Dec 04 '25 07:12 jordanbertasso