Skip to content

Commit

Permalink
Merge branch 'main' into relative-docs-links
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Jun 15, 2022
2 parents 00a4ef9 + 2d78a56 commit 507be83
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 507be83

Please sign in to comment.