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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: