Skip to content

Commit

Permalink
Add additional information about rate limiter metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Oct 23, 2023
1 parent 76365e4 commit 2edb01c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ commandRateLimiter:
maxQueued: 100
```

If the rate limiter is enabled, the following metrics will be produced:

* `command.limiter.queued_count` - guage of the current number of queued operations
* `command.limiter.work_timer` - timer for operations. Includes the following:
* A histogram of how long operations take to complete
* A meter showing that rate at which operations are executed
* A count of how many operations have been executed

## Component Updates and Bug Fixes

* github.com/openziti/agent: [v1.0.15 -> v1.0.16](https://github.com/openziti/agent/compare/v1.0.15...v1.0.16)
Expand Down

0 comments on commit 2edb01c

Please sign in to comment.