-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: add x-region, x-zone metrics to Node
Previously, there were no metrics to observe cross-region, cross-zone traffic in batch requests / responses processed at receiver nodes. To improve this issue, this commit adds four new node metrics - ``` "batch_requests.bytes" "batch_responses.bytes" "batch_requests.cross_region.bytes" "batch_responses.cross_region.bytes" "batch_requests.cross_zone.bytes", "batch_responses.cross_zone.bytes" ``` The first two metrics track the total byte count of batch requests processed and batch responses received at node. Additionally, there are four metrics to track the aggregate counts processed and received across different regions and zones. Note that these metrics only track the receiver node since the node here represents the destination range node but not the gateway node. Part of: #103983 Release note (ops change): Six new metrics - "batch_requests.bytes", "batch_responses.bytes", "batch_requests.cross_region.bytes", "batch_responses.cross_region.bytes", "batch_requests.cross_zone.bytes", "batch_responses.cross_zone.bytes" - are now added to Node metrics. For accurate metrics, follow these assumptions: - Configure region and zone tier keys consistently across nodes. - Within a node locality, ensure unique region and zone tier keys. - Maintain consistent configuration of region and zone tiers across nodes.
- Loading branch information
Showing
3 changed files
with
385 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.