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. |
||
|---|---|---|
| .. | ||
| binaryutil | ||
| bloom | ||
| bytesutil | ||
| data | ||
| deep | ||
| encoding/simple8b | ||
| errors | ||
| escape | ||
| estimator | ||
| file | ||
| limiter | ||
| metrics | ||
| mmap | ||
| pool | ||
| pprofutil | ||
| radix | ||
| reporthelper | ||
| rhh | ||
| slices | ||
| snowflake | ||
| tar | ||
| testing | ||
| testttp | ||
| tlsconfig | ||
| tracing | ||
| README.md | ||
README.md
pkg/ is a collection of utility packages used by the InfluxDB project without being specific to its internals.
Utility packages are kept separate from the InfluxDB core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the InfluxDB organization, to facilitate re-use by other projects. However that is not the priority.
Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!