New Relic · Arazzo Workflow
New Relic Ingest Deployment Telemetry
Version 1.0.0
Record a deployment marker then emit a matching custom deployment event.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
ingest-deployment-telemetry
Record a deployment marker then mirror it as a custom event.
Resolves the application id by name, posts a deployment marker, and sends a matching custom deployment event into the account for NRQL analysis.
1
resolveApplication
getApplications
Resolve the application id by exact name.
2
recordDeployment
postApplicationsIdDeployments
Record the deployment marker against the resolved application capturing the revision and changelog.
3
emitDeploymentEvent
sendEvents
Send a custom deployment event into the account so the deployment is queryable via NRQL alongside the recorded marker.
Source API Descriptions
openapi