Skip to content

Commit

Permalink
Add new broker-to-trigger delivery time metric to docs (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 authored and knative-prow-robot committed Aug 6, 2019
1 parent 09c5665 commit a59dae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ These are exported by `broker-filter` pods.
| `trigger_events_total` | count | Number of events received. | `result`, `broker`, `trigger` |
| `trigger_dispatch_time` | histogram | Time to dispatch an event. | `result`, `broker`, `trigger` |
| `trigger_filter_time` | histogram | Time to filter an event. | `result`, `broker`, `trigger`, `filter_result` |
| `broker_to_function_delivery_time` | histogram | Time from ingress of an event until it is dispatched | `result`, `broker`, `trigger` |

## Access metrics

Expand Down

0 comments on commit a59dae6

Please sign in to comment.