fandrei / AppMetrics

Apache License 2.0
8 stars 2 forks source link

Analytics Location filter fails with System.ArgumentException: Value does not fall within the expected range #119

Closed mrdavidlaing closed 11 years ago

mrdavidlaing commented 11 years ago

The following query began failing sometime in the last 2 days

http://analytics.metrics.labs.cityindex.com/GetReport.ashx?Application=CIAPILatencyCollector&Period=0:10:0&SliceByFunctions=Yes&FunctionFilter=CIAPI.Trade&Locations=Ireland

with error:

System.ArgumentException: Value does not fall within the expected range.
   at AppMetrics.AnalyticsSite.GetReport.CreateReport(AnalysisOptions options) in c:\dev\workspace\AppMetrics\AppMetrics.AnalyticsSite\GetReport.ashx.cs:line 158
   at AppMetrics.AnalyticsSite.GetReport.ProcessRequest(HttpContext context) in c:\dev\workspace\AppMetrics\AppMetrics.AnalyticsSite\GetReport.ashx.cs:line 35

The is the query that the current Solarwinds reports are using. The intention is to get the measurements for just the Trade service from the Ireland node.

fandrei commented 11 years ago

Add this parameter: &SliceByLocation=Countries

mrdavidlaing commented 11 years ago

Sweet, thanks.