Skip to content

v0.1.13

Choose a tag to compare

@AdityaSaroj AdityaSaroj released this 22 Feb 14:50
· 56 commits to main since this release
4c7111c
  • Metrics on shutdown: Added _flush_and_shutdown_metrics() and call it from stop_tracing() and atexit.
  • Idempotent shutdown: _metrics_shutdown flag so the meter provider is only flushed/shut down once.
  • No double shutdown: Atexit _cleanup() does nothing when _started is already False (so explicit stop_tracing() doesn’t get run again at exit).