New Relic · Capability

New Relic Telemetry Ingestion

Telemetry data ingestion workflow combining event, log, metric, and trace APIs for ops engineers sending observability data to New Relic from external sources.

Run with Naftiko New RelicTelemetryData IngestionOps EngineeringObservability

What You Can Do

POST
Send events — Send custom events to New Relic
/v1/events/{accountId}
POST
Send logs — Send log records to New Relic
/v1/logs
POST
Send metrics — Send metric data to New Relic
/v1/metrics
POST
Send traces — Send distributed trace spans to New Relic
/v1/traces

MCP Tools

send-events

Send custom events to a New Relic account

send-logs

Send log records to New Relic

send-metrics

Send dimensional metric data to New Relic

send-traces

Send distributed trace spans to New Relic

APIs Used

event-api log-api metric-api trace-api