sds9-org/gh-datadog-event
Create an event in Datadog via the Events API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title of the event | yes | — |
| text | Text description of the event | yes | — |
| alertType | Type of alert (e.g., "error", "warning", "info") | no | info |
| priority | Priority of the event (e.g., "normal", "low") | no | normal |
| host | Host associated with the event | no | — |
| tags | Comma-separated list of tags associated with the event | no | — |
| aggregationKey | Aggregation key to group events together | no | — |
| sourceTypeName | Source type name for the event | no | — |
| includeGitHubContext | Whether to include GitHub context in tags (repo, owner, workflow, ref, sha) | no | true |
Outputs
| name | description |
|---|---|
| eventUrl | URL of the created event in Datadog |
| eventId | ID of the created event |