Problem: Earlier, ATP data was shown but now it is not. This could be due to hitting cardinality limits. ATP filters out many processes to reduce telemetry volume, but if you have a very high number of unique processes, you could still hit limits. You can monitor your cardinality usage to track this.
Solution:
To troubleshoot, check whether you've hit cardinality limits by going to the cardinality management page in New Relic. If you've breached limits, you can increase your cardinality limit.
ヒント
If this is a recurring issue, you can also increase ATP's metric_thresholds to filter out more processes and reduce the volume of incoming metrics. This will help prevent hitting cardinality limits in the future. For example, you could increase the CPU and memory utilization thresholds to only capture more resource-intensive processes:
process.cpu.utilization: 0.10
process.memory.utilization: 0.10