MetricPoint class

Common format of a metric data point.

Implementers

Constructors

MetricPoint(double? value, Map<String, String?> tags)
Creates a new data point.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for updating existing data point.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags UnmodifiableMapView<String, String>
Test name, unit, timestamp, configs, git revision, ..., in sorted order.
no setter
value double?
Can store integer values.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited