Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metrics note #44

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .attach_pid1069669
Empty file.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ The plugin currently provides the following metrics:
* `io.strimzi.kafka.quotas:type=StaticQuotaCallback,name=Fetch` shows the currently configured fetch quota
* `io.strimzi.kafka.quotas:type=StaticQuotaCallback,name=Request` shows the currently configured request quota

NOTE: Only one quota plugin can be used in Kafka.
Enabling this plugin, the built-in Kafka quotas plugin will be automatically disabled.
This means that you won't see per-client quota metrics, but only aggregated quota metrics.

### Additional metrics for cluster wide monitoring

| Name | Metric Type | Meaning | Type | Tags |
Expand All @@ -70,6 +74,7 @@ The plugin currently provides the following metrics:
| LogDirEvictions | Counter | The number of times each remoteBroker.logDir has been removed from the cache. | CachingVolumeObserver | `[observingBrokerId, remoteBrokerId, logDir]` |

### Tag definitions

| Tag | Definition |
|-------------------|------------------------------------------------------------------------|
| observingBrokerId | The BrokerId of the broker node executing the plug-in |
Expand Down