Skip to main content

Gaia Telemetry

Starting with v26.0.0, Gaia validator nodes within the bonded validator set will automatically emit telemetry data to help Interchain Labs support the open source software that we publish. Telemetry is opt-out and can be disabled by editing your app.toml:

[opentelemetry]
disable = true

To change the node's frequency of pushing telemetry data, add the following to the opentelemetry configuration in app.toml:

[opentelemetry]
push-interval = "25s"

What Data Is Collected?

Gaia nodes will emit telemetry data collected from Cosmos SDK, CometBFT, and the Go Runtime. The following information about the validator node is attached to this data: moniker and binary version. Follow the links below to see what telemetry data is emitted from these services.