Commit graph

14 commits

Author SHA1 Message Date
Andrew Roetker
d9b3207c9f (maint) Document default i18n accept-language behavior of Clojure client 2016-12-06 14:25:37 -08:00
Ruth Linehan
af9f144e1d (TK-402) Add note about precedence of metric-prefix and server-id options
Add note to clojure client docs about precendence of `metric-prefix` option if
both it and `server-id` are specified as client options.

Also remove some empty lines.
2016-10-04 13:26:21 -07:00
Ruth Linehan
5237287c2b (TK-402) Update docs to mention configurable metric namespace 2016-10-03 12:06:15 -07:00
Chris Price
81b15189a7 Fix typo an -> any 2016-09-16 10:42:44 -07:00
Ruth Linehan
594f55accb (TK-354) Reorder metrics docs
Place Clojure metrics API docs ahead of Java API docs, since probably more
people will use the Clojure API.
2016-09-15 17:27:21 -07:00
Ruth Linehan
c6b6b91da8 (TK-354) Add examples to metrics docs
And some other tweaks in response to review.
2016-09-15 17:24:07 -07:00
Ruth Linehan
81659166cf (TK-353) Clarify keywords vs strings for Clojure metric-ids
The Clojure metrics API supports metric-ids as vectors of keywords or strings.
Previously, the docs only mentioned that keywords could be used. Strings
should be used if special characters are needed.
2016-09-14 17:05:36 -07:00
Ruth Linehan
2703471854 (TK-354) Add metrics docs 2016-09-13 15:19:42 -07:00
Scott Walker
e20d5cf7e3 Update docs 2015-10-12 19:15:26 +01:00
Jeremy Barlow
9b55ed31b6 (TK-134) Add connect and socket timeout client configuration
This commit enables http clients to optionally configure a connect
and/or socket timeout for requests.  For persistent clients, the
timeout values can only be configured at the client and not a
per-request level.  Non-persistent client requests support the
configuration of these timeouts.

This commit also bumps a few dependencies - tk-jetty9 to 1.2.0,
trapperkeeper to 1.10, ssl-utils to 0.8.0, and clojure to 1.6.0 -
and adds the 'test' tk-jetty9 library as a dev dependency for
testing.
2015-03-16 12:22:35 -07:00
Preben Ingvaldsen
4eb10ea549 (TK-117) Address further PR comments
Make a number of minor cosmetic changes to address PR comments.
Document constructors for the SimpleRequestOptions class.
2014-12-19 13:21:36 -08:00
Preben Ingvaldsen
f92ff0396e (TK-117) Add javadoc strings
Add javadoc strings to each of the user-facing Java classes, and
reference those javadoc strings in the documentation on the
Java client.
2014-12-18 12:01:18 -08:00
Preben Ingvaldsen
494f806f14 (TK-117) Address PR comments
Expand discussion of the `close` function for clojure clients and
the `close` method for Java clients. Add examples for making
requests with various types of clients. Fix wording/typos.
2014-12-17 15:15:12 -08:00
Preben Ingvaldsen
8a3a675d3f (TK-117) Add external API docs
Add some external API docs in the doc folder which detail how
to make requests using the Java and clojure clients.
2014-12-16 11:40:25 -08:00