Avoid allocation in AggregatorStore for MetricPoint lookup #2838
Labels
enhancement
New feature or request
metrics
Metrics signal related
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
Currently,
AggregatorStore
avoids allocation when looking upMetricPoint
index. After #2805 is merged, we would be allocating if the user provides a combination of tags that is not present in the dictionary.#2805 (comment)
The text was updated successfully, but these errors were encountered: