Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21226
Change subject: KUDU-3561 skip tablet entities in Prometheus format ...................................................................... KUDU-3561 skip tablet entities in Prometheus format Currently, the Prometheus metrics writer outputs only server-level metrics. Prior to this patch, the Prometheus metrics writer would output a warning message for every tablet it encounters while iterating through all the existing metric entities. This patch addresses the issue: the tablet entries are now silently skipped, as they should. I also added a few TODOs to address them in future. Change-Id: I618bbc2caab7a8d9812eeaeb67ac42b0293b0654 --- M src/kudu/util/metrics.cc 1 file changed, 31 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/21226/1 -- To view, visit http://gerrit.cloudera.org:8080/21226 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I618bbc2caab7a8d9812eeaeb67ac42b0293b0654 Gerrit-Change-Number: 21226 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
