p
scaladog
package scaladog
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scaladog
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Client extends AnyRef
- class DatadogApiException extends Exception
- case class GetMetricsResponse(metrics: Seq[String], from: Instant, host: Option[String] = None) extends Product with Serializable
- sealed abstract class MetricType extends AnyRef
- case class Point(timestamp: Instant, value: BigDecimal) extends Product with Serializable
- case class Series(metric: String, points: Seq[Point], host: String = "", tags: Seq[Tag] = Seq.empty, metricType: MetricType = MetricType.Gauge) extends Product with Serializable
- sealed abstract class ServiceCheckStatus extends AnyRef
- case class StatusResponse(status: String) extends Product with Serializable
- sealed trait Tag extends AnyRef
- trait Taggable[T] extends AnyRef
Value Members
- object Client
- object DatadogSite
- object GetMetricsResponse extends Serializable
- object MetricType
- object Point extends Serializable
- object Series extends Serializable
- object ServiceCheckStatus
- object StatusResponse extends Serializable
- object Tag
- object Taggable