Skip to content

Commit

Permalink
generateMetricsMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Laub committed Jan 30, 2025
1 parent f8f1b78 commit e0fe322
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dialogue-clients/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ Instrumentation for the ROUND_ROBIN node selection strategy (currently implement
Metrics produced instrumented Jackson components.
- `json.parser.string.length` tagged `format` (histogram): Histogram describing the length of strings parsed from input.

## Deadlines

`com.palantir.deadlines:deadlines`

### deadline
Metrics for deadlines.
- `deadline.expired` (meter): Marked every time a deadline expiration is reached
- `cause`
- `internal`: A deadline expiration was caused by an internal process, such as a server's inability to meet its own internal deadline even though a client provided ample time.
- `external`: A deadline expiration was caused due to the inability to meet an externally provided deadline, such as a server being unable to complete required work before a client-provided deadline elapses.

## Tritium Caffeine

`com.palantir.tritium:tritium-caffeine`
Expand Down

0 comments on commit e0fe322

Please sign in to comment.