Commit 8809454d authored by Paul Asmuth's avatar Paul Asmuth
Browse files

version bump to 0.0.2

parent 91e47b04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@
+ first sampled value is not flushed (only after first flush interval was reached and new data is submitted)
+ warm up ring buffers on start
+ accept millisecond timestamps
+ background rbuf_flush thread every N seconds
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ name := "FnordMetric Enterprise"

organization := "com.paulasmuth"

version := "0.0.1"
version := "0.0.2"

mainClass in (Compile, run) := Some("com.fnordmetric.enterprise.FnordMetric")

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ import scala.collection.mutable.HashMap

object FnordMetric {

  val VERSION = "v0.0.1"
  val VERSION = "v0.0.2"

  val CONFIG  = HashMap[Symbol,String]()