You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Flush metics after destroy() so metrics are not lost (particularly for short-lived use cases).
* Add status code to failures in register/fetch.
* Finish the job re: status codes and formatting.
* Improve test doc slightly.
# Context Manager use case is usualy short-lived so even with a METRICS_INTERVAL of 2 seconds metrics can get lost. Verify that metrics are sent on destroy.
0 commit comments