int128/send-datadog-action
General-purpose action to send metrics or events to Datadog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| datadog-api-key | Datadog API key | yes | — |
| datadog-site | Datadog Site name if different than datadoghq.com | no | — |
| datadog-metrics-chunk-size | Number of metrics to send in a single request | no | 10000 |
| metrics-csv-path | Glob pattern to CSV file(s) for metrics | no | — |
| metrics-csv-format | Format of CSV file(s) | no | simple |
| metric-name | Name of metric | no | — |
| metric-type | Type of metric (count, gauge or rate) | no | — |
| metric-value | Value of metric | no | — |
| metric-tags | Tags of metric (multi-line of KEY:VALUE) (optional) | no | — |
| event-title | Title of event | no | — |
| event-text | Text of event | no | — |
| event-alert-type | Alert type of event (error, warning or info) (optional) | no | — |
| event-tags | Tags of event (multi-line of KEY:VALUE) (optional) | no | — |
Outputs
no outputs