MetricsApi class

Constructors

MetricsApi([ApiClient? apiClient])

Properties

apiClient → ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMetric(String connection, CompilerMetric addMetricRequestBody) Future<void>
Add a metric
listConnectionMetrics(String connection) Future<List<String>?>
List all metrics from a connection
listMetrics() Future<List<String>?>
List all metrics
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMetric(String connection, String metric) Future<void>
Removes a metric
toString() String
A string representation of this object.
inherited

Operators

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