Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/opentelemetry/sdk/_metrics/aggregation.py
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abbott <[email protected]>
  • Loading branch information
ocelotl and aabmass committed Feb 1, 2022
1 parent 85ae3fc commit 7b968e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def __init__(
self._instrument_temporality = instrument_temporality

def aggregate(self, measurement: Measurement) -> None:

with self._lock:
self._value = self._value + measurement.value

Expand Down

0 comments on commit 7b968e5

Please sign in to comment.