Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Don Bourne <dbourne@ca.ibm.com>
  • Loading branch information
donbourne committed Jul 30, 2024
1 parent 134d573 commit 1d3cd75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions spec/src/main/asciidoc/metrics.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ a| * `method` - the fully qualified method name
| Name | `ft.timeout.executionDuration`

| Type in MP Metrics | `Histogram`
| Type in MP Telemetry | A `Histogram` that emits Double with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit (MP Metrics) | Nanoseconds
| Unit (MP Telemetry) | seconds
| Unit in MP Metrics | Nanoseconds
| Type in MP Telemetry | A Histogram that records `double` values with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit in MP Telemetry | Seconds
| Description | Histogram of execution times for the method
| Tags
a| * `method` - the fully qualified method name
Expand Down Expand Up @@ -207,9 +207,9 @@ a| * `method` - the fully qualified method name
| Name | `ft.bulkhead.runningDuration`

| Type in MP Metrics | `Histogram`
| Type in MP Telemetry | A `Histogram` that emits Double with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit (MP Metrics) | Nanoseconds
| Unit (MP Telemetry) | seconds
| Unit in MP Metrics | Nanoseconds
| Type in MP Telemetry | A Histogram that records `double` values with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit in MP Telemetry | Seconds
| Description | Histogram of the time that method executions spent running
| Tags
a| * `method` - the fully qualified method name
Expand All @@ -220,9 +220,9 @@ a| * `method` - the fully qualified method name
| Name | `ft.bulkhead.waitingDuration`

| Type in MP Metrics | `Histogram`
| Type in MP Telemetry | A `Histogram` that emits Double with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit (MP Metrics) | Nanoseconds
| Unit (MP Telemetry) | seconds
| Unit in MP Metrics | Nanoseconds
| Type in MP Telemetry | A Histogram that records `double` values with explicit bucket boundaries `[ 0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1, 2.5, 5, 7.5, 10 ]`
| Unit in MP Telemetry | Seconds
| Description | Histogram of the time that method executions spent waiting in the queue
| Tags
a| * `method` - the fully qualified method name
Expand Down

0 comments on commit 1d3cd75

Please sign in to comment.