Uses of Class
io.streamthoughts.azkarra.api.model.Metric
-
-
Uses of Metric in io.streamthoughts.azkarra.api
Method parameters in io.streamthoughts.azkarra.api with type arguments of type Metric Modifier and Type Method Description Set<MetricGroup>
AzkarraStreamsService. getStreamsMetricsById(String applicationId, Predicate<Tuple<String,Metric>> filter)
Gets metrics for the specified streams application matching a predicate. -
Uses of Metric in io.streamthoughts.azkarra.api.model
Methods in io.streamthoughts.azkarra.api.model that return types with arguments of type Metric Modifier and Type Method Description Set<Metric>
MetricGroup. metrics()
Methods in io.streamthoughts.azkarra.api.model with parameters of type Metric Modifier and Type Method Description int
Metric. compareTo(Metric that)
Constructor parameters in io.streamthoughts.azkarra.api.model with type arguments of type Metric Constructor Description MetricGroup(String name, Set<Metric> metrics)
Creates a newMetricGroup
instance. -
Uses of Metric in io.streamthoughts.azkarra.api.model.predicate
Method parameters in io.streamthoughts.azkarra.api.model.predicate with type arguments of type Metric Modifier and Type Method Description boolean
GroupMetricFilter. test(Tuple<String,Metric> t)
boolean
NameMetricFilter. test(Tuple<String,Metric> t)
boolean
NonNullMetricFilter. test(Tuple<String,Metric> t)
-
Uses of Metric in io.streamthoughts.azkarra.http.prometheus
Constructor parameters in io.streamthoughts.azkarra.http.prometheus with type arguments of type Metric Constructor Description KafkaStreamsMetricsCollector(AzkarraStreamsService service, Predicate<Tuple<String,Metric>> filter, String... applications)
Creates a newKafkaStreamsMetricsCollector
instance. -
Uses of Metric in io.streamthoughts.azkarra.runtime.service
Method parameters in io.streamthoughts.azkarra.runtime.service with type arguments of type Metric Modifier and Type Method Description Set<MetricGroup>
LocalAzkarraStreamsService. getStreamsMetricsById(String applicationId, Predicate<Tuple<String,Metric>> filter)
Gets metrics for the specified streams application matching a predicate.
-