Skip to content

Commit

Permalink
generateMetricsMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
carterkozak committed Sep 18, 2023
1 parent 1978a91 commit 3c54346
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 @@ -23,6 +23,7 @@ Dialogue client response metrics provided by the Apache client channel.
- `dialogue.client.connection.create` (timer): Reports the time spent creating a new connection. This includes both connecting the socket and the full TLS handshake.
- `client-name`
- `client-type` values (`apache-hc5`)
- `result` values (`success`,`failure`): Describes whether or not a connection was successfully established.
- `dialogue.client.connection.closed.partially-consumed-response` (meter): Reports the rate that connections are closed due to response closure prior to response data being fully exhausted. When this occurs, subsequent requests must create new handshakes, incurring latency and CPU overhead due to handshakes.
- `client-name`
- `client-type` values (`apache-hc5`)
Expand Down

0 comments on commit 3c54346

Please sign in to comment.