| Package | Description |
|---|---|
| com.atlassian.util.profiling |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
Metrics.Builder.histogram()
Creates a
Histogram with information in the builder. |
static Histogram |
Metrics.histogram(String name)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static Histogram |
Metrics.histogram(String name,
Collection<MetricTag.RequiredMetricTag> tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static Histogram |
Metrics.histogram(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
Copyright © 2023 Atlassian. All rights reserved.