Skip to content

Commit

Permalink
Merge branch 'cijothomas/configuremetriclimits' of https://github.com…
Browse files Browse the repository at this point in the history
…/cijothomas/opentelemetry-dotnet into cijothomas/configuremetriclimits
  • Loading branch information
cijothomas committed Nov 19, 2021
2 parents ac6a7c6 + 6c10f4d commit aa0d210
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/OpenTelemetry/Metrics/MeterProviderBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ public static MeterProviderBuilder SetMaxMetricStreams(this MeterProviderBuilder
/// <param name="maxMetricPointsPerMetricStream">Maximum maximum number of metric points allowed per metric stream.</param>
/// <returns>Returns <see cref="MeterProviderBuilder"/> for chaining.</returns>
/// <remarks>
/// If a particular combination of key value pair is used at least once,
/// it will still be contributing to the limit.
/// This may change in the future.
/// If a particular key/value pair combination is used at least once,
/// it will contribute to the limit for the life of the process.
/// This may change in the future. See: https://github.com/open-telemetry/opentelemetry-dotnet/issues/2360.
/// </remarks>
public static MeterProviderBuilder SetMaxMetricPointsPerMetricStream(this MeterProviderBuilder meterProviderBuilder, int maxMetricPointsPerMetricStream)
{
Expand Down

0 comments on commit aa0d210

Please sign in to comment.