helifu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13376
Change subject: [util] Support for table and tablet filtering in metrics ...................................................................... [util] Support for table and tablet filtering in metrics It will take a long time to display the metrics while there are lots of tablets on the tserver, especially in web browsers. So, I think it is good to filter table and tablet. Usage: http://x.x.x.x:8050/metrics?tables=table_uuid&other_params http://x.x.x.x:8050/metrics?tablets=tablet_uuid&other_params Change-Id: I45ca55bd1f0f3d4107cb208f6f855d24121823ee --- M src/kudu/server/default_path_handlers.cc M src/kudu/util/metrics-test.cc M src/kudu/util/metrics.cc M src/kudu/util/metrics.h 4 files changed, 167 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/13376/1 -- To view, visit http://gerrit.cloudera.org:8080/13376 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I45ca55bd1f0f3d4107cb208f6f855d24121823ee Gerrit-Change-Number: 13376 Gerrit-PatchSet: 1 Gerrit-Owner: helifu <[email protected]>
