| Package | Description |
|---|---|
| com.atlassian.util.profiling | |
| com.atlassian.util.profiling.strategy | |
| com.atlassian.util.profiling.strategy.impl |
| Class and Description |
|---|
| Histogram
A metric that calculates the distribution of a value
|
| LongRunningMetricTimer
Object that is used to collect time metrics about the execution a block of code.
|
| MetricKey
A data class representing the identifier of a single metric.
|
| Metrics.Builder
A metric builder, to get started call
Metrics.metric(String). |
| MetricsConfiguration
Configuration that applies to
MetricStrategy |
| MetricsFilter
Allows filtering of metrics that will be included or excluded from the published metrics.
|
| MetricTag
A data class representing a single metric tag, as a key-value pair.
|
| MetricTag.OptionalMetricTag
Represents a metric tag that may or may not be considered when generating a metric.
|
| MetricTag.RequiredMetricTag |
| MetricTagContext.Closeable
Deprecated.
use
ContextFragment instead, don't use this with new methods, leave existing ones alone for
now for backwards-compatibility. For removal in 5.0 |
| MetricTimer
Object that is used to collect time metrics about the execution a block of code.
|
| ProfilerConfiguration
Configuration that applies to
ProfilerStrategy |
| Ticker
An object used to profile and/or monitor of a code block, that can be used to
mark the end of the
code block. |
| Timer
Object that is used to add profiling around blocks of code
|
| Class and Description |
|---|
| MetricKey
A data class representing the identifier of a single metric.
|
| MetricsConfiguration
Configuration that applies to
MetricStrategy |
| MetricsFilter
Allows filtering of metrics that will be included or excluded from the published metrics.
|
| ProfilerConfiguration
Configuration that applies to
ProfilerStrategy |
| Ticker
An object used to profile and/or monitor of a code block, that can be used to
mark the end of the
code block. |
| Class and Description |
|---|
| ProfilerConfiguration
Configuration that applies to
ProfilerStrategy |
| Ticker
An object used to profile and/or monitor of a code block, that can be used to
mark the end of the
code block. |
| UtilTimerLogger
Deprecated.
in 3.0 for removal in 5.0
|
Copyright © 2023 Atlassian. All rights reserved.