Uses of Interface
io.helidon.common.metrics.InternalBridge.MetricID
-
Packages that use InternalBridge.MetricID Package Description io.helidon.common.metrics A collection of version-neutral interfaces (and some implementations where they apply to all versions) of constructs used in MicroProfile Metrics.io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats. -
-
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,org.eclipse.microprofile.metrics.Counter>InternalBridge.MetricRegistry. getBridgeCounters()Returns allCountermetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Gauge>InternalBridge.MetricRegistry. getBridgeGauges()Returns allGaugemetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Histogram>InternalBridge.MetricRegistry. getBridgeHistograms()Returns allHistogrammetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Meter>InternalBridge.MetricRegistry. getBridgeMeters()Returns allMetermetrics in the registry as a map of version-neutralInternalBridge.MetricIDtoMetricentries.Optional<Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>>InternalBridge.MetricRegistry. getBridgeMetric(String metricName)Map<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Metric>InternalBridge.MetricRegistry. getBridgeMetrics()Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics.Map<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Metric>InternalBridge.MetricRegistry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>> predicate)Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics, filtered by the providedPredicate.SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.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 org.eclipse.microprofile.metrics.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,org.eclipse.microprofile.metrics.Metric>InternalBridge.MetricRegistry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>> predicate)Returns all metrics from the registry as a map of version-neutralInternalBridge.MetricIDs toMetrics, filtered by the providedPredicate. -
Uses of InternalBridge.MetricID in io.helidon.metrics
Methods in io.helidon.metrics that return types with arguments of type InternalBridge.MetricID Modifier and Type Method Description SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Counter>Registry. getBridgeCounters()SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Gauge>Registry. getBridgeGauges()SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Histogram>Registry. getBridgeHistograms()SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Meter>Registry. getBridgeMeters()Optional<Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>>Registry. getBridgeMetric(String metricName)Map<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Metric>Registry. getBridgeMetrics()Map<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Metric>Registry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>> predicate)SortedMap<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Timer>Registry. getBridgeTimers()Methods in io.helidon.metrics with parameters of type InternalBridge.MetricID Modifier and Type Method Description <T extends org.eclipse.microprofile.metrics.Metric>
TRegistry. register(InternalBridge.MetricID metricID, T metric)Method parameters in io.helidon.metrics with type arguments of type InternalBridge.MetricID Modifier and Type Method Description Map<InternalBridge.MetricID,org.eclipse.microprofile.metrics.Metric>Registry. getBridgeMetrics(Predicate<? super Map.Entry<? extends InternalBridge.MetricID,? extends org.eclipse.microprofile.metrics.Metric>> predicate)
-