Uses of Interface
org.forgerock.monitoring.api.instrument.Tag
-
Packages that use Tag Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.config Common Monitoring API Config functionality based on MicroMeterorg.forgerock.monitoring.api.instrument.search Common Monitoring API Search functionality based on MicroMeterorg.forgerock.monitoring.dropwizard Implementation for Common Monitoring API based on DropWizard. -
-
Uses of Tag in org.forgerock.monitoring.api.instrument
Classes in org.forgerock.monitoring.api.instrument that implement Tag Modifier and Type Class Description class
ImmutableTag
Methods in org.forgerock.monitoring.api.instrument that return Tag Modifier and Type Method Description static Tag
Tag. of(String key, String value)
Methods in org.forgerock.monitoring.api.instrument that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
Meter.Id. getConventionTags(NamingConvention namingConvention)
Tags that are sorted by key and formattedIterable<Tag>
Meter.Id. getTags()
Iterator<Tag>
Tags. iterator()
Stream<Tag>
Tags. stream()
Return a stream of the contained tags.Methods in org.forgerock.monitoring.api.instrument with parameters of type Tag Modifier and Type Method Description Tags
Tags. and(Tag... tags)
Return a newTags
instance my merging this collection and the specific tags.static Tags
Tags. of(Tag... tags)
Return a newTags
instance containing tags constructed from the specified tags.Meter.Id
Meter.Id. withTag(Tag tag)
Generate a new id with an additional tag.Method parameters in org.forgerock.monitoring.api.instrument with type arguments of type Tag Modifier and Type Method Description Tags
Tags. and(Iterable<? extends Tag> tags)
Return a newTags
instance my merging this collection and the specific tags.default MeterRegistry.Config
MeterRegistry.Config. commonTags(Iterable<Tag> tags)
Append a list of common tags to apply to all metrics reported to the monitoring system.static Tags
Tags. concat(Iterable<? extends Tag> tags, Iterable<Tag> otherTags)
Return a newTags
instance my concatenating the specified values.static Tags
Tags. concat(Iterable<? extends Tag> tags, String... keyValues)
Return a newTags
instance my concatenating the specified key value pairs.static Tags
Tags. of(Iterable<? extends Tag> tags)
Return a newTags
instance containing tags constructed from the specified source tags.Counter.Builder
Counter.Builder. tags(Iterable<Tag> tags)
Add tags to a Counter in Iterable formDistributionSummary.Builder
DistributionSummary.Builder. tags(Iterable<Tag> tags)
Gauge.Builder<T>
Gauge.Builder. tags(Iterable<Tag> tags)
Meter.Builder
Meter.Builder. tags(Iterable<Tag> tags)
TimeGauge.Builder<T>
TimeGauge.Builder. tags(Iterable<Tag> tags)
Timer.Builder
Timer.Builder. tags(Iterable<Tag> tags)
<T> TimeGauge
MeterRegistry.More. timeGauge(String name, Iterable<Tag> tags, T obj, TimeUnit timeFunctionUnit, ToDoubleFunction<T> timeFunction)
A gauge that tracks a time value, to be scaled to the monitoring system's base time unit.Meter.Id
Meter.Id. withTags(Iterable<Tag> tags)
Generate a new id with a different set of tags.Constructor parameters in org.forgerock.monitoring.api.instrument with type arguments of type Tag Constructor Description Id(String name, Iterable<Tag> tags, String baseUnit, String description, String hierarchicalName, Meter.Type type)
-
Uses of Tag in org.forgerock.monitoring.api.instrument.config
Method parameters in org.forgerock.monitoring.api.instrument.config with type arguments of type Tag Modifier and Type Method Description static MeterFilter
MeterFilter. commonTags(Iterable<Tag> tags)
Add common tags that are applied to every meter created afterward. -
Uses of Tag in org.forgerock.monitoring.api.instrument.search
Method parameters in org.forgerock.monitoring.api.instrument.search with type arguments of type Tag Modifier and Type Method Description RequiredSearch
RequiredSearch. tags(Iterable<Tag> tags)
Search
Search. tags(Iterable<Tag> tags)
Constructor parameters in org.forgerock.monitoring.api.instrument.search with type arguments of type Tag Constructor Description MeterNotFoundException(String meterName, List<Tag> tags, Class<? extends Meter> meterType)
-
Uses of Tag in org.forgerock.monitoring.dropwizard
Method parameters in org.forgerock.monitoring.dropwizard with type arguments of type Tag Modifier and Type Method Description MeterRegistry.Config
AbstractMeterRegistry.ConfigImpl. commonTags(Iterable<Tag> tags)
-