Packages

package statsd

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package pureconfig

Type Members

  1. final case class MicrometerStatsDConfig(host: String, port: Int = 8125, flavor: StatsdFlavor = StatsdFlavor.ETSY, enabled: Boolean = true, protocol: StatsdProtocol = StatsdProtocol.UDP, maxPacketLength: Int = 1400, pollingFrequency: Duration = Duration(10, TimeUnit.SECONDS), step: Duration = Duration(1, TimeUnit.MINUTES), publishUnchangedMeters: Boolean = true, buffered: Boolean = true, prefix: String = "", commonTags: Map[String, String] = Map.empty) extends Product with Serializable

Value Members

  1. object MicrometerStatsDModule

Ungrouped