简体   繁体   English

Codahale指标和Dropwizard指标之间的差异

[英]Difference between Codahale metrics and Dropwizard metrics

I'm new to Java. 我是Java的新手。 While exploring the ways of monitoring Cassandra, I found out( https://cassandra.apache.org/doc/latest/operating/metrics.html ) that "Metrics in Cassandra are managed using the Dropwizard Metrics library". 在探索监控Cassandra的方法时,我发现( https://cassandra.apache.org/doc/latest/operating/metrics.html )“使用Dropwizard Metrics库管理Cassandra中的度量标准”。 However, at several places I've read about Codahale Metrics which has got me confused regarding the difference/relationship between the two. 然而,在几个地方,我读过关于Codahale Metrics的信息,这让我对两者之间的差异/关系感到困惑。 Are these different libraries doing the same thing or is it that what's called as dropwizard metrics used to be called as Codahale Metrics earlier? 这些不同的库是做同样的事情,还是之前被称为Crawhale Metrics的dropwizard指标?

The Metrics library have changed its package naming with versions as its changed hands in ownership a bit Metrics库已经更改了它的软件包命名版本,因为它的所有权已经改变了一些

yammer->codahale->dropwizard

They are all same library but dropwizard is the more up to date version 它们都是相同的库,但dropwizard是更新的版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM