int128/datadog-actions-metrics
submit metrics of GitHub Actions to Datadog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- Apache 2.0
Pinned Snippet
uses: int128/datadog-actions-metrics@8f1b96ea03e056653508f6a01ad15007325fc739 # v1.176.0tags 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