case classMetric(name: String, value: MetricValue, tags: Seq[Tag] = Nil, tstamp: Long = System.currentTimeMillis() / 1000L) extends Product with Serializable
A metrics suitable for ingestion in a Datadog time series database. Although it can in theory be published anywhere, this is closely modeled after OpenTSDB metric model and binary protocol.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
A metrics suitable for ingestion in a Datadog time series database. Although it can in theory be published anywhere, this is closely modeled after OpenTSDB metric model and binary protocol.