Open badosu opened 9 years ago
+1
This definitely seems like it would be useful to me.
So, I've been using Librato without credentials on development mode and so far nothing bad happened, I just would like to log all requests that Librato would send.
++
Is there already or the possibility of a fake metrics client?
I want to be able to use librato on development the same way I use it in production without having the hassle of checking the environment condition on each request.
If there's not, how are people working around this?
Would this be a desirable addition to this gem? For example:
In the example above we define a fake client that logs the data submissions on development and nothing on test, replacing the 'real' client outside the production environment.