axiomhq/Axiom annotation
Create annotations in Axiom
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| axiomToken | Axiom API token | yes | — |
| axiomUrl | The Axiom URL, defaults to https://api.axiom.co | no | "" |
| datasets | Comma separated list of datasets to associate the annotation with | yes | — |
| type | The type of the annotation, (e.g. production-deploy) | yes | — |
| time | The time of the annotation (defaults to now) | no | "" |
| endTime | The end time of the annotation (if set, will create a ranged annotation) | no | "" |
| title | The title of the annotation | no | "" |
| description | The description of the annotation (supports Markdown) | no | "" |
| url | The URL to link to (defaults to the GitHub Actions run URL) | no | "" |
Outputs
| name | description |
|---|---|
| id | The ID of the created integration |