twitter / cassovary

Cassovary is a simple big graph processing library for the JVM
http://twitter.com/cassovary
Apache License 2.0
1.05k stars 149 forks source link

Do not use finagle-stats inside cassovary-core #210

Open pankajgupta opened 8 years ago

pankajgupta commented 8 years ago

Refactor to not have a dependency on finagle-stats. Causes problems like in #209 plus it is not a great idea to have metrics / stats be done inside the core of the library.