masci/Datadog Action
Push Datadog metrics and events from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | A valid Datadog API Key | yes | — |
| api-url | The URL of the API endpoint, defaults to US datacenter | — | https://api.datadoghq.com |
| metrics | A list of metrics objects to send, see docs for details | — | [] |
| events | A list of event objects to send, see docs for details | — | [] |
| service-checks | A list of service check objects to send, see docs for details | — | [] |
| log-api-url | The URL of the Log API endpoint, defaults to JSON or plain text format over HTTPS | — | https://http-intake.logs.datadoghq.com |
| logs | A list of log objects to send, see docs for details | — | [] |
| ignore-timeouts | Ignore timeout errors and continue execution | no | false |
| timeout | Timeout in milliseconds for the HTTP client | no | 30000 |
Outputs
no outputs