MetricsApi class
Constructors
- MetricsApi.new([ApiClient? apiClient])
Properties
Methods
-
find(
String query) → Future< List< Find> ?> - Find a metric
-
findWithHttpInfo(
String query) → Future< Response> - Find a metric
-
index(
) → Future< List< String> ?> - Lists all the metrics
-
indexWithHttpInfo(
) → Future< Response> - Lists all the metrics
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited