> ## Documentation Index
> Fetch the complete documentation index at: https://datum-4926dda5-docs-api-reference-demo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Telemetry

> Telemetry export configuration on Datum Cloud — declare where your metrics, logs, and traces are sent.

Datum Cloud provides telemetry export configuration through the `telemetry.miloapis.com` API. You declare where telemetry collected from your resources should be sent, and Datum handles delivering it to the configured destination. Export configuration is a Project resource you create with `datumctl apply -f`.

<Warning>
  The Telemetry API is **alpha** (`v1alpha1`). Fields and behavior may change in backward-incompatible ways between releases.
</Warning>

## Resources

<CardGroup cols={2}>
  <Card title="ExportPolicy" icon="share-nodes" href="/api/telemetry/exportpolicy">
    Configures how telemetry is exported from a Project to an external destination.
  </Card>
</CardGroup>

## Learn more

* [API resources overview](/api/overview) — the resource reference landing page across all Datum Cloud services.
* [Changing resources](/datumctl/resources/changing) — how to apply, edit, and safely preview changes to these resources.
