epimorphics / sapi-client-ruby

A client library to help Ruby code to invoke Sapi-NT API endpoints
MIT License
0 stars 0 forks source link

Add ActiveSupport Notifications #42

Closed ijdickinson closed 2 years ago

ijdickinson commented 2 years ago

Add ActiveSupport::Notifications if the Sapi client is running in a Rails environment. This will allow us to instrument calls to the Sapi endpoint, and report them back via a Prometheus endpoint.

ijdickinson commented 2 years ago

Support for notifications added