last9/Last9 Deployment Marker

Send deployment markers to Last9 Change Events API for observability tracking

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
refresh_tokenLast9 API refresh token (store in GitHub Secrets)yes
org_slugLast9 organization slugyes
service_nameService name to correlate deployment markers with APM dashboards (must match your APM service name exactly). Defaults to repository name.no
envDeployment environment to correlate with APM dashboards (e.g. production, staging)yes
api_base_urlLast9 API base URLnohttps://app.last9.io
event_nameName for the deployment eventnodeployment
event_stateEvent state: start, stop, or bothnostop
data_source_nameLast9 cluster/data source nameno
include_github_attributesInclude GitHub context attributes (repository, commit, workflow, etc.)notrue
custom_attributesCustom attributes as JSON object (e.g., {"environment": "production", "version": "1.0.0"})no
max_retry_attemptsMaximum number of retry attempts for API callsno3
retry_backoff_msInitial retry backoff in millisecondsno1000
max_retry_backoff_msMaximum retry backoff in millisecondsno30000
namedescription
successWhether the deployment marker was sent successfully
start_timestampISO8601 timestamp of start event (if sent)
stop_timestampISO8601 timestamp of stop event (if sent)