clj-http-client/test
Ruth Linehan 2e99e8a08c (TK-316) Throw error if no metric registry passed into get-client-metrics* fns
Previously, if any of the `get-client-metrics*` methods (in Clojure or Java)
had a nil metric registry passed into them, they would return nil. This commit
updates the behavior of all of these methods to instead return an error - a
schema error (clojure.lang.ExceptionInfo) for the clojure functions, and an
IllegalArgumentException for the java methods.
2016-05-04 15:10:24 -07:00
..
com/puppetlabs/http/client/impl (TK-316) Throw error if no metric registry passed into get-client-metrics* fns 2016-05-04 15:10:24 -07:00
puppetlabs/http/client (TK-316) Add specific schemas for different categories of metrics data 2016-05-04 10:07:48 -07:00