actions-marketplace-validations/datadog-actions-metrics
submit metrics of GitHub Actions to Datadog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 28, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/int128_datadog-actions-metrics@ac0343d7cd020cd181b47b34f5abd1d535a50bec # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to get jobs and steps if needed | yes | ${{ github.token }} |
| github-token-rate-limit-metrics | GitHub token for rate limit metrics | yes | ${{ github.token }} |
| datadog-api-key | Datadog API key (dry-run if not set) | no | — |
| datadog-site | Datadog Site name if different than datadoghq.com. | no | — |
| datadog-tags | Additional tags in the form of `key:value` in a multiline string | no | — |
| metrics-patterns | Filter the metrics by patterns in a multiline string | no | — |
| tag-key-patterns | Filter the tag keys by patterns in a multiline string | no | — |
| collect-job-metrics | Collect job metrics | no | false |
| collect-step-metrics | Collect step metrics | no | false |
| prefer-distribution-workflow-run-metrics | If true, send the distribution metrics instead of gauge metrics | no | false |
| prefer-distribution-job-metrics | If true, send the distribution metrics instead of gauge metrics | no | false |
| prefer-distribution-step-metrics | If true, send the distribution metrics instead of gauge metrics | no | false |
| send-pull-request-labels | Send pull request labels as Datadog tags | no | false |
Outputs
no outputs