Skip to content

Commit

Permalink
Merge pull request #1459 from openziti/update-release-notes
Browse files Browse the repository at this point in the history
Add additional information about rate limiter metrics
  • Loading branch information
plorenz authored Oct 30, 2023
2 parents e759598 + 2edb01c commit ea476ba
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 ea476ba

Please sign in to comment.