-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the performance of OTEL metrics handler. (#12645)
Benchmark for a single node k8s monitoring. | metrics (avg) | before | after | | ------------------------ | ------ | ----- | | cpu | 19 | 16 | | gc count | 16 | 1 | | gc time | 38.8 | 5.1 | | otel metrics latency P50 | 125 | 8 | | otel metrics latency P90 | 333.3 | 22.5 | | otel metrics latency P99 | 666.6 | 166.6 |
- Loading branch information
1 parent
9cf79f7
commit 3559e85
Showing
4 changed files
with
35 additions
and
48 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
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