| Package | Description |
|---|---|
| com.atlassian.util.profiling |
| Modifier and Type | Field and Description |
|---|---|
static MetricTag.RequiredMetricTag |
MetricTag.SEND_ANALYTICS |
| Modifier and Type | Method and Description |
|---|---|
static MetricTag.RequiredMetricTag |
MetricTag.of(String key,
boolean value) |
static MetricTag.RequiredMetricTag |
MetricTag.of(String key,
int value) |
static MetricTag.RequiredMetricTag |
MetricTag.of(String key,
String value)
nullable value since 3.6.1
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MetricTag.RequiredMetricTag> |
MetricKey.getTags() |
| Modifier and Type | Method and Description |
|---|---|
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. |
static LongRunningMetricTimer |
Metrics.longRunningTimer(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static MetricKey |
MetricKey.metricKey(String metricName,
MetricTag.RequiredMetricTag... tags) |
static Ticker |
Metrics.startLongRunningTimer(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static Ticker |
Metrics.startTimer(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
static Ticker |
Timers.startWithMetric(String timerName,
MetricTag.RequiredMetricTag... metricTags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
static Ticker |
Timers.startWithMetric(String timerName,
String metricName,
MetricTag.RequiredMetricTag... metricTags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
Metrics.Builder |
Metrics.Builder.tags(MetricTag.RequiredMetricTag... tags)
Adds tags to the metric.
|
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. |
static Timer |
Timers.timerWithMetric(String name,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
static Timer |
Timers.timerWithMetric(String traceName,
String metricName,
MetricTag.RequiredMetricTag... tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
| Modifier and Type | Method and Description |
|---|---|
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 LongRunningMetricTimer |
Metrics.longRunningTimer(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 MetricKey |
MetricKey.metricKey(String metricName,
Collection<MetricTag.RequiredMetricTag> tags) |
static Ticker |
Metrics.startLongRunningTimer(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 Ticker |
Metrics.startTimer(String name,
Collection<MetricTag.RequiredMetricTag> tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use the
Metrics.metric(String) builder instead. |
Metrics.Builder |
Metrics.Builder.tags(Iterable<MetricTag.RequiredMetricTag> requiredMetricTags)
Adds tags to the metric.
|
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 Timer |
Timers.timerWithMetric(String name,
Collection<MetricTag.RequiredMetricTag> tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
static Timer |
Timers.timerWithMetric(String traceName,
String metricName,
Collection<MetricTag.RequiredMetricTag> tags)
Deprecated.
since 4.3.0, for removal in 5.0.0, use
Timers.timerWithMetric(String, Metrics.Builder) with
the Metrics.metric(String) builder instead. |
Copyright © 2023 Atlassian. All rights reserved.