New Relic · Arazzo Workflow
New Relic Ingest Metrics And Logs
Version 1.0.0
Send a metric batch then send a correlated log batch in one flow.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
ingest-metrics-and-logs
Send a metric batch followed by a correlated log batch.
Sends dimensional metrics to the Metric API, captures the request id, and then sends correlated logs to the Log API sharing the same service and host attributes.
1
sendMetricBatch
sendMetrics
Send a dimensional metric batch tagged with the shared service and host attributes; the Metric API accepts the batch and queues it for processing.
2
sendLogBatch
sendLogs
Send a correlated log batch sharing the same service and host attributes so the logs can be joined with the metrics in NRDB.
Source API Descriptions
openapi