influxdb/pkg/data
davidby-influx 858a2c6952
feat: report user query bytes (#27188)
In SHOW STATS, include per-user query response 
bytes. The httpd service, returns a new statistics 
object. userquerybytes.

Off by default, it can be turned on with the
environment variable
INFLUXDB_HTTP_USER_QUERY_BYTES_ENABLED
or the configuration parameter
UserQueryBytesEnabled
in the HTTP section.

This is available through SHOW STATS either 
when all statistics are reported, or alone 
with `FOR 'userquerybytes'`

It is returned by /debug/vars, and stored in 
the _internal database when that is enabled.
2026-02-06 14:35:19 -08:00
..
gen feat: Updates go to 1.24.9 (#26918) 2025-10-29 15:45:49 -05:00
gensyncmap feat: report user query bytes (#27188) 2026-02-06 14:35:19 -08:00