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 (#2).

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

[webserver] Add entity ID filter and 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?tablet_names=<substring1>,
<substring2>,... to collect metrics for specific tables.We also can
use '&' connecting them to collect specific metrics of specific
tables and 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, 121 insertions(+), 20 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/12467/2
--
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: 2
Gerrit-Owner: Zhang Yifan <zhangyif...@xiaomi.com>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to