| Package | Description |
|---|---|
| org.apache.hc.client5.http.observation |
Simple facade APIs for HttpClient based on the concept of
a observation interface.
|
| Modifier and Type | Field and Description |
|---|---|
EnumSet<ObservingOptions.MetricSet> |
ObservingOptions.metricSets |
| Modifier and Type | Method and Description |
|---|---|
static ObservingOptions.MetricSet |
ObservingOptions.MetricSet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservingOptions.MetricSet[] |
ObservingOptions.MetricSet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<ObservingOptions.MetricSet> |
ObservingOptions.allMetricSets()
Convenience: turn on all metric groups.
|
| Modifier and Type | Method and Description |
|---|---|
ObservingOptions.Builder |
ObservingOptions.Builder.metrics(EnumSet<ObservingOptions.MetricSet> s) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.