From 9503771661d4d3d2d37094f758e513eba1f890ef Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 25 Mar 2024 12:40:30 -0700 Subject: [PATCH] Remove unused variable --- .../opentelemetry/sdk/metrics/state/attributes_hashmap.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h b/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h index adc3f415af..43c67cb804 100644 --- a/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h +++ b/sdk/include/opentelemetry/sdk/metrics/state/attributes_hashmap.h @@ -24,8 +24,6 @@ namespace metrics using opentelemetry::sdk::common::OrderedAttributeMap; constexpr size_t kAggregationCardinalityLimit = 2000; -const std::string kAggregationCardinalityLimitOverflowError = - "Maximum data points for metric stream exceeded. Entry added to overflow"; const std::string kAttributesLimitOverflowKey = "otel.metrics.overflow"; const bool kAttributesLimitOverflowValue = true; const size_t kOverflowAttributesHash = opentelemetry::sdk::common::GetHashForAttributeMap(