aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/util/EntityFilter.scala
blob: a8456689e2fae0efdb76a886e910ef4272bac9db (plain) (blame)
1
2
3
4
5
6
7
package kamon.util

import kamon.metric.Entity

trait EntityFilter {
  def accept(entity: Entity): Boolean
}