kamon

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Clock extends java.time.Clock

  2. class DifferentialSource extends AnyRef

    Keeps track of the values produced by the source and produce the difference between the last two observed values when calling get.

  3. class DynamicAccess extends AnyRef

    Utility class for creating instances from a FQCN, see [1] for the original source.

  4. class Filters extends AnyRef

  5. class GlobPathFilter extends Matcher

  6. class IncludeExcludeMatcher extends Matcher

  7. trait Matcher extends AnyRef

  8. class RegexMatcher extends Matcher

  9. trait Registration extends AnyRef

    Implementations of this interface encapsulate whatever state is necessary to properly handle de-registration from the component that returned the registration.

Value Members

  1. object CallingThreadExecutionContext extends ExecutionContext

    For small code blocks that don't need to be run on a separate thread.

  2. object Clock

  3. object DifferentialSource

  4. object EnvironmentTagBuilder

    Utility class to create a Map[String, String] encoding all the Environment information based on the provided Config.

  5. object Filters

  6. object HexCodec

Ungrouped