Skip to content

Commit

Permalink
Add FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 10, 2021
1 parent ecd1b3f commit 9849e14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opentelemetry-sdk/src/opentelemetry/sdk/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def collect(self):
pass

def shutdown(self):
# FIXME this will need a Once wrapper
self._shutdown = True


Expand All @@ -194,6 +195,7 @@ def export(self):
pass

def shutdown(self):
# FIXME this will need a Once wrapper
self._shutdown = True


Expand Down

0 comments on commit 9849e14

Please sign in to comment.