From 611caa786ef2401bbf79d37e73cc9144993f9876 Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Mon, 25 Mar 2024 19:09:36 -0700 Subject: [PATCH] Remove unused variable (#2609) --- .../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(