Skip to content

Commit

Permalink
Update metric docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andybradshaw committed Oct 3, 2023
1 parent 66ba6bd commit fe26204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialogue-clients/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Dialogue-specific metrics that are not necessarily applicable to other client im
- `dialogue.client.request.queued.time` tagged `channel-name` (timer): Time spent waiting in the queue before execution.
- `dialogue.client.request.endpoint.queued.time` tagged `channel-name`, `service-name`, `endpoint` (timer): Time spent waiting in the queue before execution on a specific endpoint due to server QoS.
- `dialogue.client.request.sticky.queued.time` tagged `channel-name` (timer): Time spent waiting in the sticky queue before execution attempt.
- `dialogue.client.requests.size` (histogram): Size of requests
- `dialogue.client.requests.size` (histogram): Histogram of the sizes of requests larger than a threshold (1 MiB).
- `repeatable` values (`true`,`false`)
- `channel-name`
- `service-name`
Expand Down
2 changes: 1 addition & 1 deletion dialogue-core/src/main/metrics/dialogue-core-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespaces:
- name: channel-name
- name: service-name
- name: endpoint
docs: Size of requests
docs: Histogram of the sizes of requests larger than a threshold (1 MiB).
# Note: the 'dialogue.client.create' metric is also defined in the apache metrics.
create:
type: meter
Expand Down

0 comments on commit fe26204

Please sign in to comment.