Class Search
- java.lang.Object
-
- org.forgerock.monitoring.api.instrument.search.Search
-
public class Search extends Object
ForgeRock changes: - Removed support for FunctionCounter, FunctionCounter, TimeGauge, LongTaskTimer
-
-
Constructor Summary
Constructors Constructor Description Search(MeterRegistry registry, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Counter
counter()
Gauge
gauge()
Meter
meter()
Collection<Meter>
meters()
DistributionSummary
summary()
Search
tag(String tagKey, String tagValue)
Search
tags(Iterable<Tag> tags)
Search
tags(String... tags)
Timer
timer()
-
-
-
Constructor Detail
-
Search
public Search(MeterRegistry registry, String name)
-
-
Method Detail
-
tags
public Search tags(String... tags)
- Parameters:
tags
- Must be an even number of arguments representing key/value pairs of tags.
-
summary
@Nullable public DistributionSummary summary()
-
meters
public Collection<Meter> meters()
-
-