> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cosmos.network/llms.txt
> Use this file to discover all available pages before exploring further.

# 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`:

```markdown app.toml theme={"theme":{"light":"github-light-high-contrast","dark":"github-dark-high-contrast"}}
[opentelemetry]
disable = true
```

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

```markdown app.toml theme={"theme":{"light":"github-light-high-contrast","dark":"github-dark-high-contrast"}}
[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.

* Cosmos SDK: [Link](/sdk/latest/guides/testing/telemetry)
* CometBFT: [Link](/cometbft/latest/docs/core/metrics)
* Go Runtime (via OpenTelemetry): [Link](https://opentelemetry.io/docs/specs/semconv/runtime/go-metrics/)
