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 List<Metric>
MetricGroup. metrics()
Constructor parameters in io.streamthoughts.azkarra.api.model with type arguments of type Metric Constructor Description MetricGroup(String name, List<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.
-