| Package | Description |
|---|---|
| com.atlassian.util.profiling |
| Modifier and Type | Method and Description |
|---|---|
static MetricTag.OptionalMetricTag |
MetricTag.optionalOf(String key,
boolean value) |
static MetricTag.OptionalMetricTag |
MetricTag.optionalOf(String key,
int value) |
static MetricTag.OptionalMetricTag |
MetricTag.optionalOf(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Set<MetricTag.OptionalMetricTag> |
MetricTagContext.getAll() |
| Modifier and Type | Method and Description |
|---|---|
Metrics.Builder |
Metrics.Builder.optionalTags(MetricTag.OptionalMetricTag... optionalMetricTags)
Adds optional tags to the metric.
|
static MetricTagContext.Closeable |
MetricTagContext.put(MetricTag.OptionalMetricTag tag)
Deprecated.
Use
MetricTagContext.put(OptionalTag...), for removal in 5.0.0 |
| Modifier and Type | Method and Description |
|---|---|
Metrics.Builder |
Metrics.Builder.optionalTags(Iterable<MetricTag.OptionalMetricTag> optionalMetricTags)
Adds optional tags to the metric.
|
Copyright © 2023 Atlassian. All rights reserved.