Uses of Class
org.forgerock.monitoring.api.instrument.search.RequiredSearch
-
Packages that use RequiredSearch Package Description org.forgerock.monitoring.api.instrument Common Monitoring API Core based on MicroMeterorg.forgerock.monitoring.api.instrument.search Common Monitoring API Search functionality based on MicroMeter -
-
Uses of RequiredSearch in org.forgerock.monitoring.api.instrument
Methods in org.forgerock.monitoring.api.instrument that return RequiredSearch Modifier and Type Method Description default RequiredSearch
MeterRegistry. get(String name)
Initiate a search beginning with a metric name. -
Uses of RequiredSearch in org.forgerock.monitoring.api.instrument.search
Methods in org.forgerock.monitoring.api.instrument.search that return RequiredSearch Modifier and Type Method Description RequiredSearch
RequiredSearch. tag(String tagKey, String tagValue)
RequiredSearch
RequiredSearch. tags(Iterable<Tag> tags)
RequiredSearch
RequiredSearch. tags(String... tags)
-