• /
  • EnglishEspañolFrançais日本語한국어Português
  • ログイン今すぐ開始

ATP advanced features and intelligence layers

Preview

We're still working on this feature, but we'd love for you to try it out!

This feature is currently provided as part of a preview pursuant to our pre-release policies.

ATP includes advanced intelligence layers that give you sophisticated, adaptive telemetry processing beyond simple threshold-based filtering.

Advanced configuration options

You can add these optional parameters to your ATP processor configuration to enable advanced features.

Complete advanced configuration example

Here's a complete example with all advanced features enabled:

processors:
adaptivetelemetry:
enable_storage: true
retention_minutes: 30
include_process_list:
- "/usr/bin/postgres"
- "/usr/sbin/nginx"
metric_thresholds:
process.cpu.utilization: 0.05
process.memory.utilization: 0.05
# All advanced features enabled
enable_dynamic_thresholds: true
dynamic_smoothing_factor: 0.2
min_thresholds:
process.cpu.utilization: 0.04
process.memory.utilization: 0.04
max_thresholds:
process.cpu.utilization: 0.30
process.memory.utilization: 0.30
enable_multi_metric: true
composite_threshold: 1.5
weights:
process.cpu.utilization: 0.5
process.memory.utilization: 0.5
enable_anomaly_detection: true
anomaly_history_size: 15
anomaly_change_threshold: 50.0
anomaly_min_data_points: 3

Configuration tuning guide

The following sections explain each advanced configuration option in detail, along with guidance on how to tune them for your environment.

Optimization strategy

Getting started:

  1. Begin with metric_thresholds only (disable dynamic/multi-metric/anomaly)
  2. Observe for 1-2 days, then adjust thresholds to reduce false positives
  3. Enable enable_dynamic_thresholds for variable workloads
  4. Add enable_anomaly_detection to catch sudden spikes
  5. Use enable_multi_metric if processes show correlated resource issues

Common patterns:

  • Stable production services: use static thresholds only
  • Batch jobs: use dynamic thresholds + anomaly detection
  • Resource-intensive apps: use multi-metric scoring
  • Critical processes: add to include_process_list

Troubleshooting

Learn how to troubleshoot ATP issues for your environment.

Query your data

Learn how to query ATP data in New Relic using NRQL.

View your data

Learn how to view the data collected by ATP in New Relic.

Copyright © 2026 New Relic株式会社。

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.