| Package | Description |
|---|---|
| com.atlassian.util.profiling |
| Modifier and Type | Method and Description |
|---|---|
MetricTimer |
Metrics.Builder.timer()
Creates a
MetricTimer with information in the builder. |
static MetricTimer |
Metrics.timer(String name)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static MetricTimer |
Metrics.timer(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 MetricTimer |
Metrics.timer(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
| Modifier and Type | Method and Description |
|---|---|
static Timer |
Timers.timerWithMetric(String traceName,
MetricTimer metricTimer)
Creates a
Timer with the given trace name, and mixes in a MetricTimer. |
Copyright © 2023 Atlassian. All rights reserved.