org.nefilim

influxdb

package influxdb

Visibility
  1. Public
  2. All

Type Members

  1. case class InfluxEntry(name: String, time_precision: String = "ms", columns: Seq[String], points: Option[List[List[BigDecimal]]]) extends Product with Serializable

    Created by peter on 11/16/14.

  2. class Reporter extends Actor with ActorLogging

  3. class UDPSender extends Actor with ActorLogging with Stash

    Created by peter on 11/16/14.

Value Members

  1. object Reporter

Ungrouped