Currently, when visualizing the request_received metric in Table ArcGIS Monitor, the same services appear multiple times in the table because the data is not grouped by service name.
I would like the ability to create a table that:
Groups data by service name
Aggregates the request_received metric using the sum statistic
Displays the top 20 services with the highest total requests received
Supports sorting in descending order based on the aggregated request count
This enhancement would make it much easier to identify heavily used services and analyze overall traffic patterns without duplicate service entries appearing in the visualization.
Example workflow:
Select request_received as the metric
Apply Group By = Service Name
Apply Statistic = Sum
Sort descending
Display Top 20 results
This would improve operational monitoring, reporting, and service usage analysis in ArcGIS Monitor dashboards.