Hey,
I have single ArcGIS Monitor 2024.1 (App version: 2024.1.1+704) to monitor our two separate environments.
I am using labels to distinguish between them.
When creating a collection for each of the Portal, I am using similar query
"resource": "components",
"where": "(components.type = 'arcgis_portal')",
"having": [
{
"resource": "labels",
"where": "(labels.name = 'Staging')"
}
]
}
With collection I am also setting-up feature service, which is not token protected.
When I am trying to query service related to Prod I am receiving an error via REST:
{"status":"error","code":400,"error":{"code":400,"message":"Unable to complete query","details":[]}}
From Monitor GUI, I can easily see all the metrics for both envs and querying Staging endpoint works just fine.
I cannot see anything worrying in the logs of Monitor.
Any tips?
Regards,
Mikael