ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.29k stars 529 forks source link

Add telemetry events to all requests #785

Closed claudioStahl closed 3 years ago

claudioStahl commented 3 years ago

As mentioned here.

It would allow users of this library to capture important metrics and send them to their monitoring solution. This way, we save everyone the time to instrument their own usage of this library.

bernardd commented 3 years ago

That one minor comment notwithstanding, this looks fantastic - thanks heaps (and especially for including documentation and tests).