| Package | Description |
|---|---|
| io.helidon.metrics |
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricsSupport.Builder |
MetricsSupport.builder()
Create a new builder to construct an instance.
|
MetricsSupport.Builder |
MetricsSupport.Builder.config(Config config)
Override default configuration.
|
MetricsSupport.Builder |
MetricsSupport.Builder.context(String newContext)
Set a new root context for REST API of metrics.
|
MetricsSupport.Builder |
MetricsSupport.Builder.registryFactory(RegistryFactory factory)
If you want to have mutliple registry factories with different endpoints, you may
create them using
RegistryFactory.create(io.helidon.config.Config) or
RegistryFactory.create() and create multiple MetricsSupport instances
with different contexts. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.