From 2edb01c0bf08c3fbf1c1ca7e224a714160948c5c Mon Sep 17 00:00:00 2001 From: Paul Lorenz Date: Mon, 23 Oct 2023 16:20:23 -0400 Subject: [PATCH] Add additional information about rate limiter metrics --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e277972fd..d5511f0f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)