Uses of Interface
io.helidon.common.metrics.InternalBridge.MetricID
-
-
Uses of InternalBridge.MetricID in io.helidon.common.metrics
Methods in io.helidon.common.metrics that return InternalBridge.MetricID Modifier and Type Method Description InternalBridge.MetricIDInternalBridge.MetricID.Factory. newMetricID(String name)Creates a version-neutralMetricIDinitialized with the specified name and any global tags.InternalBridge.MetricIDInternalBridge.MetricID.Factory. newMetricID(String name, Map<String,String> tags)Creates a version-neutralMetricIDinitializes with the specified name and tags.Methods in io.helidon.common.metrics that return types with arguments of type InternalBridge.MetricID Modifier and Type Method Description SortedMap<InternalBridge.MetricID,Counter>InternalBridge.MetricRegistry. getBridgeCounters()Returns allCountermetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,Gauge>InternalBridge.MetricRegistry. getBridgeGauges()Returns allGaugemetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,Histogram>InternalBridge.MetricRegistry. getBridgeHistograms()Returns allHistogrammetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,Meter>InternalBridge.MetricRegistry. getBridgeMeters()Returns allMetermetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.Optional<Map.Entry<? extends InternalBridge.MetricID,? extends Metric>>InternalBridge.MetricRegistry. getBridgeMetric(String metricName)Map<InternalBridge.MetricID,Metric>InternalBridge.MetricRegistry. getBridgeMetrics()Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics.Map<InternalBridge.MetricID,Metric>InternalBridge.MetricRegistry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends Metric>> predicate)Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics, filtered by the providedPredicate.SortedMap<InternalBridge.MetricID,Timer>InternalBridge.MetricRegistry. getBridgeTimers()Returns allTimermetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.Methods in io.helidon.common.metrics with parameters of type InternalBridge.MetricID Modifier and Type Method Description default intInternalBridge.MetricID. compareTo(InternalBridge.MetricID o)Compares this instance to another object (perComparable.<T extends Metric>
TInternalBridge.MetricRegistry. register(InternalBridge.MetricID metricID, T metric)Registers a new metric using the specified version-neutralInternalBridge.MetricIDand the typed metric itself.Method parameters in io.helidon.common.metrics with type arguments of type InternalBridge.MetricID Modifier and Type Method Description Map<InternalBridge.MetricID,Metric>InternalBridge.MetricRegistry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends Metric>> predicate)Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics, filtered by the providedPredicate.
-