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

import kamon.util.EntityFilter

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

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