Packages

package datadog

Type Members

  1. case class DataDogConfig(rate: FiniteDuration = 10.seconds, uri: String = "https://api.datadoghq.com", apiKey: String, applicationKey: Option[String] = None, descriptions: Boolean = false, hostTag: Option[String] = None) extends Product with Serializable

    Configuration to be passed to the underlying Micrometer DatadogMeterRegistry

    Configuration to be passed to the underlying Micrometer DatadogMeterRegistry

    rate

    how frequently to report metrics to Datadog

    uri

    the Datadog server URI

    apiKey

    the Datadog API key

    applicationKey

    the Datadog application key

    descriptions

    whether or not to send meter descriptions to Datadog

    hostTag

    the tag that will be mapped to "host" when reporting metrics to datadog

Ungrouped