p

scaladog

package scaladog

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scaladog
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Client extends AnyRef
  2. class DatadogApiException extends Exception
  3. case class GetMetricsResponse(metrics: Seq[String], from: Instant, host: Option[String] = None) extends Product with Serializable
  4. sealed abstract class MetricType extends AnyRef
  5. case class Point(timestamp: Instant, value: BigDecimal) extends Product with Serializable
  6. case class Series(metric: String, points: Seq[Point], host: String = "", tags: Seq[Tag] = Seq.empty, metricType: MetricType = MetricType.Gauge) extends Product with Serializable
  7. sealed abstract class ServiceCheckStatus extends AnyRef
  8. case class StatusResponse(status: String) extends Product with Serializable
  9. sealed trait Tag extends AnyRef
  10. trait Taggable[T] extends AnyRef

Value Members

  1. object Client
  2. object DatadogSite
  3. object GetMetricsResponse extends Serializable
  4. object MetricType
  5. object Point extends Serializable
  6. object Series extends Serializable
  7. object ServiceCheckStatus
  8. object StatusResponse extends Serializable
  9. object Tag
  10. object Taggable

Inherited from AnyRef

Inherited from Any

Ungrouped