colossus.metrics

RichRawMetricMap

implicit final class RichRawMetricMap extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichRawMetricMap
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRawMetricMap(underlying: RawMetricMap)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def <<(given: RawMetricMap): RawMetricMap

    Inserts the values from the given map into this map, merging any values with the same address, but if two values collide, the value from the given map overwrites the value in this map.

    Inserts the values from the given map into this map, merging any values with the same address, but if two values collide, the value from the given map overwrites the value in this map. Thus this function is not commutative!

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  5. def addTags(globalTags: TagMap): RawMetricMap

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def fragments: Seq[MetricFragment]

  8. def fragments(globalTags: TagMap): Seq[MetricFragment]

  9. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  11. def toJson: JValue

  12. def toString(): String

    Definition Classes
    Any
  13. val underlying: RawMetricMap

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped