hi.
Atlas admin api Atlas Admin API frequently returns NULL.
I am Using m30 Cluster.
When I send request below
curl --user “a:a”
–digest --header “Content-Type: application/json” --header “Accept: application/vnd.atlas.2023-02-01+json” --include
–request GET “https://cloud.mongodb.com/api/atlas/v2/groups/{my group}/processes/{my id}/measurements?granularity=PT1M&start=2024-07-08T01:00:00Z&end=2024-07-08T01:51:00Z&pret
ty=true”
some of response dataPoints are Null and some aren’t.
for ex
“dataPoints” : [ {
“timestamp” : “2024-07-08T01:49:46Z”,
“value” : null
}, {
“timestamp” : “2024-07-08T01:50:46Z”,
“value” : 0.0
} ],
“name” : “SYSTEM_NORMALIZED_CPU_GUEST”,
“units” : “PERCENT”
}
and some values like “MEMORY_MAPPED” and “FTS_*” are always NULL.