forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[metrics] Merge metrics by the same attribute
This patch merge metrics together which have the same value of some attributes, in order to reduce the total data size received by any thirdparty monitor systems if they do not care about the original metrics details. For example, fetch metrics from tserver by: http://<host>:<port>/metrics?merge_rules=tablet|table|table_name All 'tablet' type metrics which have the same value of 'table_name' attribute, will be merged together into a new 'table' type metrics, and metric values will be aggregated. Change-Id: I8db3d082ae847eb1d83b9e4aee57d5e4bf13e1b5 Reviewed-on: http://gerrit.cloudera.org:8080/13580 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]>
- Loading branch information
Showing
7 changed files
with
874 additions
and
176 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
Oops, something went wrong.