johncosta/Datadog Golang Action
Action used to collect events and metrics by sending them to datadog
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DD_API_KEY | Datadog Api Key | yes | — |
| DD_APP_KEY | Datadog Api Key | yes | — |
| EVENT_TITLE | Title of the event sent to Datadog | yes | — |
| EVENT_STATUS | Status of the event | no | info |
| EVENT_TAGS | Tags labeling the event | no | — |
| EVENT_METRIC_NAME | Name of the count metric associated to the event. Required only when a count metric is provided. | no | — |
| EVENT_METRIC | Collects an integer value to report as a count metric associated to the event | no | — |
Outputs
| name | description |
|---|---|
| output | Output from the action |