Skip to content

Commit

Permalink
Fix open-telemetry#3089 'histograms are dissapearing'
Browse files Browse the repository at this point in the history
  • Loading branch information
DraggonFantasy committed Feb 22, 2023
1 parent c757e4a commit e40098a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def collect(
"""
with self._lock:
if not any(self._bucket_counts):
return None
return self._previous_point

bucket_counts = self._bucket_counts
start_time_unix_nano = self._start_time_unix_nano
Expand Down

0 comments on commit e40098a

Please sign in to comment.