Skip to content

Commit

Permalink
Fix variables inizialization
Browse files Browse the repository at this point in the history
  • Loading branch information
univisionsrl authored Jun 3, 2022
1 parent 62b65fa commit 4b091ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/metrics/metric_reader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace metrics
{

MetricReader::MetricReader(AggregationTemporality aggregation_temporality)
: aggregation_temporality_(aggregation_temporality)
: aggregation_temporality_(aggregation_temporality), shutdown_(false), metric_producer_(nullptr)
{}

void MetricReader::SetMetricProducer(MetricProducer *metric_producer)
Expand Down

0 comments on commit 4b091ea

Please sign in to comment.