I need to measure the CPU utilization of a MongoAtlas cluster

Below query for measuring CPU utilization of a MongoAtlas cluster is not returning any result:
100 - (avg by(instance) (rate(process_cpu_seconds_total{mode=“idle”}[2m])) * 100) > 80

Does anyone know of a better or maybe provide an indication of why the above query will not work?
Thanks.