Skip to content

Commit

Permalink
Update sdk/include/opentelemetry/sdk/metrics/metric_reader.h
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored May 8, 2024
1 parent f0d784f commit 21b04f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/include/opentelemetry/sdk/metrics/metric_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class MetricReader
protected:
private:
MetricProducer *metric_producer_;
std::atomic<bool> shutdown_;
std::atomic<bool> shutdown_{false};
};
} // namespace metrics
} // namespace sdk
Expand Down

0 comments on commit 21b04f4

Please sign in to comment.