object metrics
- Annotations
- @Summary(s = "Access the local nodes metrics", flag = console.this.Help.Summary.<init>$default$2) @Group(name = "Metrics")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- metrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(metricName: String, attributes: Map[String, String] = Map()): MetricValue
- Annotations
- @Summary(s = "Get a particular metric", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes, or error if multiple matching are found.""")
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def get_double_point(metricName: String, attributes: Map[String, String] = Map()): DoublePoint
- Annotations
- @Summary(s = "Get a particular double point", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes, or error if multiple matching are found.""")
- def get_histogram(metricName: String, attributes: Map[String, String] = Map()): Histogram
- Annotations
- @Summary(s = "Get a particular histogram", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes, or error if multiple matching are found.""")
- def get_long_point(metricName: String, attributes: Map[String, String] = Map()): LongPoint
- Annotations
- @Summary(s = "Get a particular long point", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes, or error if multiple matching are found.""")
- def get_summary(metricName: String, attributes: Map[String, String] = Map()): Summary
- Annotations
- @Summary(s = "Get a particular summary", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes, or error if multiple matching are found.""")
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(filterName: String = "", attributes: Map[String, String] = Map()): Map[String, Seq[MetricValue]]
- Annotations
- @Summary(s = "List all metrics", flag = console.this.Help.Summary.<init>$default$2) @Description(s = """Returns the metric with the given name and optionally matching attributes.""")
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])