Using ArcGIS Monitor 2023.2 I have two host (one for Server VM Host and one for Portal VM host ) registered and labeled as below.

Now in Expression Builder when I try to select the specific HOST with 3 labels like below
{
"resource": "components",
"where": "components.type = 'host'",
"having": [
{
"resource": "labels",
"where": "labels.name = 'DEV' AND labels.name = 'STAFF' AND labels.name = 'VMHOST'"
}
],
"join": [
{
"resource": "metrics",
"where": "metrics.r_id = 'cpu_utilized'"
}
]
}
The Test is not returning anything for Metrics.

Can you please let me know why this is happening and how to fix it?