Bump up the need to solve the issue <https://githu...
# pinot-dev
t
Bump up the need to solve the issue https://github.com/apache/incubator-pinot/issues/6282. We have seen a lot of issues with the out dated yammer metrics lib. For example, it has the stale metrics issue as reported here: https://engineering.salesforce.com/be-careful-with-reservoirs-708884018daf. This makes some alerts not working properly. The new lib should allow configuration of more recent metrics implementation.
j
Thanks for the heads up! Let me take a look
t
thank you.
x
Very agreed. We should make the metrics pluggable and yammer is really really out-dated
👍 1
m
Thanks @Xiang Fu, this makes sense.
j
I just opened a PR to decouple yammer from pinot codebase: https://github.com/apache/incubator-pinot/pull/6579 This makes us easier to integrate with other metric libraries like dropwizard