InsightMetricState

zio.metrics.connectors.insight.ClientMessage$.InsightMetricState
final case class InsightMetricState(id: UUID, key: MetricKey[Any], state: MetricState[Any], timestamp: Instant)

The extended metric state that the insight connector is tracking, which also allows us to provide a nicer API.

Attributes

id

The UUID of the metric.

key

The key of the metric.

state

The state of the metric.

timestamp

The timestamp of when the metric was emitted.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product