Documentation

Usage telemetry

This page documents an earlier version of InfluxDB OSS. InfluxDB 3 Core is the latest stable version.

InfluxData collects information, or telemetry data, about the usage of InfluxDB to help improve the product. Learn what data InfluxDB collects and sends to InfluxData, how it’s used, and how you can opt out.

Metrics Collection

For each InfluxDB 2.x installation, we collect the following at startup and then every 8 hours:

Tags

TagsDescription
archMicroarchitecture InfluxDB was compiled for
build dateDate associated with the InfluxDB build
commitSHA of commit associated with the InfluxDB build
cpusNumber of CPUs running InfluxDB
functionsFlux functions
idSnowflake identifier for the InfluxDB instance
Index partitionIdentifies the index partition used by the underlying InfluxDB storage engine
ipIP Address of the inbound connection which reports the statistics. This is not the specific IP Address of the machine running InfluxDB unless it is exposed directly on the public Internet.
orgIdentifier for an organization. Allows for grouping of statistics by organization within the InfluxDB instance
osOperating System InfluxDB is running on
resultText allowing grouping of Flux query invocations results
series file partitionIdentifies the series files in use for the underlying InfluxDB storage engine. This is not the metadata about series.
statusStatus of write ahead log (associated to number of successful /failed writes)
user_agentTypically, this is set by the browser, InfluxDB client libraries (includes the language [Go, JavaScript, Java, C#, Ruby, Python, etc.] and version), and other technologies [such as third-party dashboarding applications, etc.].
versionInfluxDB version

With those tag elements, we then leverage a combination of the unique combination of id, ip, and storage system specifics (where applicable) to capture usage counts of the various subsystems within InfluxDB.

Fields

FieldsDescription
buckets total counterTotal number of buckets present within the InfluxDB instance
bytes written counterTotal number of bytes written
bytes scanned counterTotal number of bytes scanned within the storage system via queries and tasks
dashboards total counterTotal number of dashboards present within the InfluxDB instance
flux function total counterTotal number of calls by function invoked within Flux
http api requests counterTotal number of API invocations by each API path
query duration histogramHistogram counting duration of queries into bins
organizations total counterTotal number of organizations present within the InfluxDB instance
scrapers total counterTotal number of scrapers configured within the InfluxDB instance
series total counterTotal number of series present within the InfluxDB instance
storage total counterTotal number of bytes stored within the InfluxDB instance
task scheduler gaugeNumber of tasks running within the InfluxDB instance
telegrafs total counterTotal number of Telegraf configurations within the InfluxDB instance
tokens total counterTotal number of tokens present within the InfluxDB instance
uptime gaugeNumber of seconds InfluxDB has been continuously running
users total counterTotal number of users present within the InfluxDB instance
wal current segment gaugeNumber of bytes in the current segments for the write ahead log
wal writes total counterTotal number of writes to the write ahead log by status (ok, fail, etc.)

Disable telemetry

To “opt-out” of collecting and sending InfluxDB telemetry data, include the --reporting-disabled flag with the influxd command when starting InfluxDB.


Was this page helpful?

Thank you for your feedback!


New in InfluxDB 3.6

Key enhancements in InfluxDB 3.6 and the InfluxDB 3 Explorer 1.4.

See the Blog Post

InfluxDB 3.6 is now available for both Core and Enterprise. This release introduces the 1.4 update to InfluxDB 3 Explorer, featuring the beta launch of Ask AI, along with new capabilities for simple startup and expanded functionality in the Processing Engine.

For more information, check out:

InfluxDB Docker latest tag changing to InfluxDB 3 Core

On February 3, 2026, the latest tag for InfluxDB Docker images will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments.

If using Docker to install and run InfluxDB, the latest tag will point to InfluxDB 3 Core. To avoid unexpected upgrades, use specific version tags in your Docker deployments. For example, if using Docker to run InfluxDB v2, replace the latest version tag with a specific version tag in your Docker pull command–for example:

docker pull influxdb:2