You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below statement does not make sense and fails to convey what the seriesCountLimit configuration option represents.
seriesCountLimit is the max number of data time series a metric can contain. Once this limit is reached, calls to TrackValue().
Please provide an explicit example on how seriesCountLimit can be exceeded. In a similar manner to the example of how valuesPerDimensionLimit is exceeded.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: cd881c48-d5ae-45b5-7225-2633c523b48f
Version Independent ID: 7f35db02-2944-7453-85ec-a5816a635fa1
Sorry for the delay and thanks for the feedback. I made a PR and added on to the statement you mentioned to make it more clear "seriesCountLimit is the max number of data time series a metric can contain. Once this limit is reached, calls to TrackValue() that would normally result in a new series will return false."
The below statement does not make sense and fails to convey what the
seriesCountLimit
configuration option represents.seriesCountLimit
is the max number of data time series a metric can contain. Once this limit is reached, calls to TrackValue().Please provide an explicit example on how
seriesCountLimit
can be exceeded. In a similar manner to the example of howvaluesPerDimensionLimit
is exceeded.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: