Package | Description |
---|---|
io.micrometer.core.instrument |
Copyright 2017 Pivotal Software, Inc.
|
io.micrometer.core.instrument.search |
Copyright 2017 Pivotal Software, Inc.
|
Modifier and Type | Method and Description |
---|---|
RequiredSearch |
MeterRegistry.get(String name)
Initiate a search beginning with a metric name.
|
Modifier and Type | Method and Description |
---|---|
static RequiredSearch |
RequiredSearch.in(MeterRegistry registry)
Initiate a new search for meters inside a registry.
|
RequiredSearch |
RequiredSearch.name(Predicate<String> nameMatches)
Meter contains a tag matching the name predicate.
|
RequiredSearch |
RequiredSearch.name(String exactName)
Meter contains a tag with the exact name.
|
RequiredSearch |
RequiredSearch.tag(String tagKey,
String tagValue)
Meter contains a tag with the matching key and value.
|
RequiredSearch |
RequiredSearch.tagKeys(String... tagKeys)
Meter contains a tag with the matching keys.
|
RequiredSearch |
RequiredSearch.tags(Iterable<Tag> tags)
Meter contains a tag with the matching tag keys and values.
|
RequiredSearch |
RequiredSearch.tags(String... tags)
Meter contains a tag with the matching tag keys and values.
|
Copyright © 2019. All rights reserved.