+ akka-cluster-metrics: new akka module

* new akka module split from akka-cluster
* provide sigar provisioning
* fix ewma usage
* resolve #16121
* see #16354
This commit is contained in:
Andrei Pozolotin 2014-12-12 11:49:32 -06:00
parent baca3644e2
commit 7b9f77a073
121 changed files with 10462 additions and 215 deletions

4
scripts/show-serializer.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Locate akka.serialization.Serializer.identifier()
find . -name *.scala | xargs grep "def identifier =" * | sort