For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
      • AstroFully-managed data operations, powered by Apache Airflow.
      • Astro Private CloudRun Airflow-as-a-service in your environment.
      • Professional ServicesExpert Airflow services for your enterprise's success.
    • Tools
      • Cosmos
      • Orbiter
      • CLI
      • AI SDK
      • Agents
      • Blueprint
      • UpdatesThe State of Airflow 2026See the insights from over 5,800 data practitioners in the full report. Download Now ➔
  • Customers
  • Docs
    • Insights
      • Blog
      • Webinars
      • Resource Library
      • Events
    • Education
      • Academy
      • What is Airflow?
  • Pricing
Get Started Free
    • Overview
      • Upgrade Astronomer
      • Apply a config change
        • Configure probes
        • Metrics
        • Logging
        • Software alerts
        • Task usage metrics
        • Forward task logs to S3
        • Configure task log collection
        • Export task logs
    • Book Office Hours

Product

  • Platform Overview
  • Astro
  • Astro Observe
  • Astro Private Cloud
  • Security & Trust
  • Pricing

Tools & Services

  • Cosmos
  • Docs
  • Professional Services
  • Product Updates

Use Cases

  • AI Ops
  • Data Observability
  • ETL/ELT
  • ML Ops
  • Operational Analytics
  • All Use Cases

Industries

  • Financial Services
  • Gaming
  • Retail
  • Manufacturing
  • Healthcare
  • All Industries

Resources

  • Academy
  • eBooks & Guides
  • Blog
  • Webinars
  • Events
  • The Data Flowcast Podcast
  • All Resources

Airflow

  • What is Airflow
  • Airflow on Astro
  • Airflow 3.0
  • Airflow Upgrades
  • Airflow Use Cases
  • Airflow 2.x End of Life

Company

  • Our Story
  • Customers
  • Newsroom
  • Careers
  • Contact

Support

  • Knowledge Base
  • Status
  • Contact Support
GitHubYouTubeLinkedInx
  • Legal
  • Privacy
  • Terms of Service
  • Consent Preferences

  • Do Not Sell or Share My Personal information
  • Limit the Use Of My Sensitive Personal Information

Apache Airflow®, Airflow, and the Airflow logo are trademarks of the Apache Software Foundation. Copyright © Astronomer 2026. All rights reserved.

LogoLogo
On this page
  • Enable task usage metrics
  • Set up task usage metrics on a Deployment (Required only for Astro Runtime < 7.2)
  • View task usage metrics
AdministrationPlatform observability

View task usage metrics on Astronomer Software

Edit this page
Built with

Task usage metrics provide an overview of your Airflow task runs and can help you quickly identify Deployments where more tasks are running or failing than expected.

Enable task usage metrics

To enable task usage metrics for your entire Astronomer installation, configure the following values in your values.yaml file:

1global:
2 taskUsageMetricsEnabled: true

After you set this configuration, Astronomer Software begins to run a cron job for collecting task usage metrics at the 57th minute of every hour and displaying them in the Software UI. By default, your Astronomer installation retains this data for 90 days.

Set up task usage metrics on a Deployment (Required only for Astro Runtime < 7.2)

Task usage metrics are generated by the Astronomer-maintained airflow-analytics-plugin. This plug-in queries the Airflow metadata database and returns usage analytics at an HTTP endpoint. Deployments using Runtime 7.2 or later have this plug-in installed by default.

To install the plug-in on a Deployment using Astro Runtime version 7.2 or earlier:

  1. Add the following line to the requirements.txt file of your Astro project:

    https://github.com/astronomer/airflow-analytics-plugin/releases/download/1.0.3/astronomer_analytics_plugin-1.0.3-py3-none-any.whl
  2. Push your changes to Astronomer Software. See Deploy code.

View task usage metrics

Depending on your permissions, you can view task usage metrics for a given installation, Workspace, or Deployment in the Software UI.

  • View an installation’s task usage: In the Software UI, go to System Admin > Task Usage. This page shows total task runs, as well as task runs per Workspace.
  • View a Workspace’s task usage: In the Software UI, select a Workspace and go to Task Usage. This page shows the Workspace’s total task runs, as well as task runs per Deployment.
  • View a Deployment’s task usage: In the Software UI, select open a Workspace, select a Deployment in the Workspace, and go to Task Usage. This page shows the Deployment’s total task runs, as well as task runs per day.