Import classes to top-level package
benkehoe opened this issue · 0 comments
benkehoe commented
This library is cleanly organized, but the only thing imported to the top level is metric_scope
. I'd like to see the primary classes MetricsLogger
and MetricsContext
imported as well, as they are useful for adding typing information, and are buried fairly deep: aws_embedded_metrics.logger.metrics_logger.MetricsLogger
is hard to remember.