Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
raiju committed Feb 11, 2022
1 parent e929849 commit e13221e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialogue-clients/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Dialogue client response metrics provided by the Apache client channel.
- `dialogue.client.create` tagged `client-name`, `client-type` (meter): Marked every time a new client is created.
- `dialogue.client.close` tagged `client-name`, `client-type` (meter): Marked every time an Apache client is successfully closed and any underlying resources released (e.g. connections and background threads).
- `dialogue.client.connection.create` tagged `client-name`, `client-type` (timer): Reports the time spent creating a new connection. This includes both connecting the socket and the full TLS handshake.
- `dialogue.client.connection.resolution.error` tagged `client-name` (counter): Number of connections that failed due to host resolution failures.

### dialogue.client.pool
Connection pool metrics from the dialogue Apache client.
Expand Down

0 comments on commit e13221e

Please sign in to comment.