Supported Data Types
📈 MetricsOverview
The New Relic destination exports OpenTelemetry metrics to the New Relic Metric API. Summary metrics marked as time-slice metrics are exported via the New Relic agent listener endpoint.Configuration
Metric Mapping
- Gauge metrics map to
gauge. - Sum metrics map to
countwithinterval.msderived from start and end timestamps. - Summary metrics map to
summarywith count/sum/min/max. - Histogram metrics map to
summarywith count/sum/min/max.