Gauge

io.opentelemetry.proto.metrics.v1.metrics.Metric.Data.Gauge
final case class Gauge(value: Gauge) extends Data

Attributes

Source
Metric.scala
Graph
Supertypes
trait Data
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type ValueType = Gauge

Attributes

Source
Metric.scala

Value members

Concrete methods

override def gauge: Option[Gauge]

Attributes

Definition Classes
Source
Metric.scala
override def isGauge: Boolean

Attributes

Definition Classes
Source
Metric.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
Metric.scala

Inherited methods

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala
def isSum: Boolean

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def sum: Option[Sum]

Attributes

Inherited from:
Data
Source
Metric.scala

Attributes

Inherited from:
Data
Source
Metric.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala