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

# astro env metrics-export

<Info>
  This command is only available on Astro.
</Info>

Use `astro env metrics-export` commands to list, create, update, and delete metrics exports managed through the Astro Environment Manager. A metrics export pushes Deployment metrics to a remote endpoint, such as a Prometheus remote-write target. You can scope a metrics export to a Workspace or a Deployment, and you can link a Workspace-scoped export to specific Deployments.

<CardGroup cols={2}>
  <Card title="astro env metrics-export create" href="/docs/cli/v1.43/astro-env-metrics-export-create">
    View documentation for `astro env metrics-export create`.
  </Card>

  <Card title="astro env metrics-export delete" href="/docs/cli/v1.43/astro-env-metrics-export-delete">
    View documentation for `astro env metrics-export delete`.
  </Card>

  <Card title="astro env metrics-export get" href="/docs/cli/v1.43/astro-env-metrics-export-get">
    View documentation for `astro env metrics-export get`.
  </Card>

  <Card title="astro env metrics-export list" href="/docs/cli/v1.43/astro-env-metrics-export-list">
    View documentation for `astro env metrics-export list`.
  </Card>

  <Card title="astro env metrics-export update" href="/docs/cli/v1.43/astro-env-metrics-export-update">
    View documentation for `astro env metrics-export update`.
  </Card>
</CardGroup>
