clj-http-client/test/puppetlabs/http/client
Ruth Linehan 4f92c1ba55 (TK-402) Allow metric namespace to be configurable
Add two new client options - `server-id` and `metric-prefix` that allow the
metric namespace to be configured rather than always
`puppetlabs.http-client.experimental`.

If `server-id` is set, the metric namespace becomes
`puppetlabs.<server-id>.http-client.experimental`.

If `metric-prefix` is set, the metric namespace becomes
`<metric-prefix>.http-client.experimental`.

If both are set, `metric-prefix` wins out and a warning message is logged.

Also add a `get-client-metric-namespace`/`getMetricNamespace` method on the
client (clojure and java) to get back the metric namespace.
2016-10-03 12:06:15 -07:00
..
async_plaintext_test.clj (TK-295) add tests for cookies 2016-07-19 14:27:02 -07:00
async_unbuffered_test.clj (TK-316) Add metrics support 2016-04-19 13:13:10 -07:00
metrics_test.clj (TK-402) Allow metric namespace to be configurable 2016-10-03 12:06:15 -07:00
sync_plaintext_test.clj (TK-295) add tests for cookies 2016-07-19 14:27:02 -07:00
sync_ssl_test.clj (TK-108) Return interface in createClient methods 2014-11-10 11:24:36 -08:00
test_common.clj (TK-316) Add metrics support 2016-04-19 13:13:10 -07:00