Package

kamon

Permalink

package kamon

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. kamon
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit final class AtomicGetOrElseUpdateOnTrieMap[K, V] extends AnyVal

    Permalink

    Workaround to the non thread-safe [scala.collection.concurrent.TrieMap#getOrElseUpdate()] method.

    Workaround to the non thread-safe [scala.collection.concurrent.TrieMap#getOrElseUpdate()] method. More details on why this is necessary can be found at https://issues.scala-lang.org/browse/SI-7943.

  2. case class Environment(host: String, service: String, instance: String, incarnation: String, tags: Map[String, String]) extends Product with Serializable

    Permalink
  3. type JTags = Map[String, String]

    Permalink
  4. trait MetricReporter extends Reporter

    Permalink
  5. trait OnReconfigureHook extends AnyRef

    Permalink
  6. implicit final class PrettyPrintTags extends AnyVal

    Permalink
  7. sealed trait Reporter extends AnyRef

    Permalink
  8. trait ReporterRegistry extends AnyRef

    Permalink
  9. trait SpanReporter extends Reporter

    Permalink
  10. type Tags = Map[String, String]

    Permalink
  11. implicit final class UtilsOnConfig extends AnyVal

    Permalink

Value Members

  1. object Environment extends Serializable

    Permalink
  2. object Kamon extends MetricLookup with ReporterRegistry with Tracer

    Permalink
  3. object ReporterRegistry

    Permalink
  4. package context

    Permalink
  5. package jsr166

    Permalink
  6. package metric

    Permalink
  7. def numberedThreadFactory(name: String, daemon: Boolean = false): ThreadFactory

    Permalink
  8. def threadFactory(name: String, daemon: Boolean = false): ThreadFactory

    Permalink

    Creates a thread factory that assigns the specified name to all created Threads.

  9. package trace

    Permalink
  10. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped