public class Search extends Object
Constructor and Description |
---|
Search(MeterRegistry registry,
String name) |
Modifier and Type | Method and 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() |
public Search(MeterRegistry registry, String name)
public Search tags(String... tags)
tags
- Must be an even number of arguments representing key/value pairs of tags.@Nullable public DistributionSummary summary()
public Collection<Meter> meters()
Copyright 2011-2017 ForgeRock AS.