+ 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

View file

@ -4,6 +4,8 @@
package akka.cluster
// TODO remove metrics
import akka.remote.testkit.{ MultiNodeSpec, MultiNodeConfig }
import com.typesafe.config.ConfigFactory
import akka.testkit.LongRunningTest

View file

@ -4,6 +4,8 @@
package akka.cluster
// TODO remove metrics
import scala.language.postfixOps
import scala.concurrent.duration._
import com.typesafe.config.ConfigFactory

View file

@ -3,6 +3,8 @@
*/
package akka.cluster
// TODO remove metrics
import language.implicitConversions
import org.scalatest.{ Suite, Outcome, Canceled }
import org.scalatest.exceptions.TestCanceledException

View file

@ -3,6 +3,9 @@
*/
package akka.cluster
// TODO remove metrics
// FIXME this test is not migrated to metrics extension
import language.postfixOps
import scala.annotation.tailrec
import scala.collection.immutable

View file

@ -4,6 +4,8 @@
package akka.cluster.routing
// TODO remove metrics
import language.postfixOps
import java.lang.management.ManagementFactory
import scala.concurrent.Await