Is it possivel to monitor arcsocs process per arcgis server service?
I would like to view n arcsocs process per service like above where

but I just one arcsoc.exe process

My query is
{
"resource": "components",
"having": [
{
"resource": "labels",
"where": "labels.name = 'MC'"
}
],
"join": [
{
"resource": "metrics",
"where": "metrics.r_id LIKE '%process_instances%'",
"join": [
{
"resource": "metrics_data"
}
]
}
]
}What is wrong in my indicator?