ApplicationInsights-dotnet icon indicating copy to clipboard operation
ApplicationInsights-dotnet copied to clipboard

What's the max allowed value of seriesCountLimit and valuesPerDimensionLimit?

Open zhangyazhong opened this issue 2 years ago • 1 comments

I'm using MetricConfiguration to get metrics and track values. But it has two limits, seriesCountLimit and valuesPerDimensionLimit. We do have a vast number of dimensions and distinct values for every dimension. I want to know the upper limit of the two properties.

MetricConfiguration MetricConfig = new(seriesCountLimit: 100000, valuesPerDimensionLimit: 500, new MetricSeriesConfigurationForMeasurement(restrictToUInt32Values: false));

zhangyazhong avatar Oct 30 '23 05:10 zhangyazhong

@zhangyazhong, did you ever find the answer to this?

permagne avatar Jul 15 '24 12:07 permagne