New Relic · Arazzo Workflow
New Relic Ingest Trace And Event
Version 1.0.0
Send a distributed trace then emit a correlated custom event.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
ingest-trace-and-event
Send a trace then emit a correlated custom event.
Sends a New Relic format span to the Trace API, then sends a custom event to the Event API carrying the same trace id for correlation.
1
sendTrace
sendTraces
Send a New Relic format span to the Trace API; the API accepts the payload and queues it for processing.
2
emitCorrelatedEvent
sendEvents
Send a custom event carrying the same trace id so the business event is linkable to the distributed trace during analysis.
Source API Descriptions
openapi