Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/12467

to look at the new patch set (#4).

Change subject: [webserver] Add table name filter to JSON metrics
......................................................................

[webserver] Add table name filter to JSON metrics

Metrics can be collected from a server process via its
HTTP interface by visiting /metrics, now we can visit
'/metrics?metrics=<substring1>,<substring2>,...' to
collect specific metrics, or visit '/metrics?tablet_ids
=<substring1>,<substring2>,..'. to collect metrics for
specific tablets, or visit '/metrics?table_names=
<substring1>,<substring2>,...' to collect metrics for
specific tables. We can also use '&' connecting them to
collect specific metrics for specific tables or tablets.

Change-Id: I5460455bac8a3e3365726e6fca775c045242c2b7
---
M src/kudu/server/default_path_handlers.cc
M src/kudu/server/diagnostics_log.cc
M src/kudu/tablet/tablet-test.cc
M src/kudu/util/metrics-test.cc
M src/kudu/util/metrics.cc
M src/kudu/util/metrics.h
6 files changed, 122 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/12467/4
--
To view, visit http://gerrit.cloudera.org:8080/12467
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5460455bac8a3e3365726e6fca775c045242c2b7
Gerrit-Change-Number: 12467
Gerrit-PatchSet: 4
Gerrit-Owner: Zhang Yifan <zhangyif...@xiaomi.com>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to