Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Aug 25, 2023
1 parent 58ee443 commit beb6e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ trait Collector {

lazy val metricRegistry: Option[HttpMetricsRegistry] = collectorConf.monitoring.metrics.statsd match {
case StatsdConfig(true, hostname, port, period, prefix, tags) =>
val constantTags = tags.map { case (k: String, v: String) => s"${k}:${v}" }
val constantTags = tags.map { case (k: String, v: String) => s"${k}:${v}" }

Some(
DatadogRegistry(
Expand Down

0 comments on commit beb6e0f

Please sign in to comment.