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
Collect metrics once per lambda invocation (#1643)
* Collect metrics once before ending lambda function
* Allow a MetricsSet instance to be added to the registry
* Add a test
* Add first pass at docs
* Apply suggestions from code review
Co-authored-by: Brandon Morelli <[email protected]>
Co-authored-by: Benjamin Wohlwend <[email protected]>
* More review suggestions
* Simplify API to accept string or class object
* Remove some unnecessary checks (type hints are enough)
* Rename MetricsSet to MetricSet for more consistency
* Add an alias for backwards compat
* Document metrics_sets and fix up custom metrics docs
* Rename Client._metrics to Client.metrics
* Add __module__ to metricset identifier
Co-authored-by: Benjamin Wohlwend <[email protected]>
* Add a deprecation warning for client._metrics
* CHANGELOG
Co-authored-by: Brandon Morelli <[email protected]>
Co-authored-by: Benjamin Wohlwend <[email protected]>
0 commit comments