Skip to content

Commit 17c94ca

Browse files
committed
remove boundary and format
1 parent 1d96b3e commit 17c94ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/otlp/grpc_metric_main.cc

-5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ void InitMetrics(std::string &name)
7070
std::unique_ptr<metric_sdk::Base2ExponentialHistogramAggregationConfig>(
7171
new metric_sdk::Base2ExponentialHistogramAggregationConfig);
7272

73-
histogram_aggregation_config->max_scale_ = 3;
74-
75-
// histogram_aggregation_config->boundaries_ = std::vector<double>{
76-
// 0.0, 50.0, 100.0, 250.0, 500.0, 750.0, 1000.0, 2500.0, 5000.0, 10000.0, 20000.0};
77-
7873
std::shared_ptr<metric_sdk::AggregationConfig> aggregation_config(
7974
std::move(histogram_aggregation_config));
8075

0 commit comments

Comments
 (0)