Skip to content

Commit

Permalink
Remove unused variable (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Mar 26, 2024
1 parent 02e6ad2 commit 611caa7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 611caa7

Please sign in to comment.