aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/Util.scala
blob: c8efbdc006b754875d3b858a17b58ac8e0d38c6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package kamon

import kamon.metric.EntityFilter

/**
  * Useful classes for Kamon and submodules.
  *
  */
trait Util {

  /**
    * @return Currently configured entity filters.
    */
  def entityFilter: EntityFilter
}