Harshil has posted comments on this change. ( http://gerrit.cloudera.org:8080/13345 )
Change subject: IMPALA-8560: Prometheus metrics support in Impala ...................................................................... Patch Set 8: (1 comment) http://gerrit.cloudera.org:8080/#/c/13345/7/be/src/util/metrics-test.cc File be/src/util/metrics-test.cc: http://gerrit.cloudera.org:8080/#/c/13345/7/be/src/util/metrics-test.cc@588 PS7, Line 588: TEST_F(MetricsTest, StatsMetricsPrometheus) { > Why did you remove these tests? Yeah, thanks for checking about this. I removed it because code is ignoring 'property' metrics. Since I saw some property metric were causing problems when passed to prometheus. Code used to convert property metric to gauge when passing to prometheus but gauge cannot have string values. -- To view, visit http://gerrit.cloudera.org:8080/13345 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I5349085a2007b568cb97f9b8130804ea64d7bb08 Gerrit-Change-Number: 13345 Gerrit-PatchSet: 8 Gerrit-Owner: Harshil <[email protected]> Gerrit-Reviewer: Harshil <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Comment-Date: Tue, 28 May 2019 23:19:56 +0000 Gerrit-HasComments: Yes
