| Package | Description |
|---|---|
| com.atlassian.util.profiling | |
| com.atlassian.util.profiling.strategy |
| Modifier and Type | Field and Description |
|---|---|
static MetricsFilter |
MetricsFilter.ACCEPT_ALL
A filter that guarantees the inclusion of all meters
|
static MetricsFilter |
MetricsFilter.DENY_ALL
A filter that guarantees the exclusion of all meters
|
| Modifier and Type | Method and Description |
|---|---|
static MetricsFilter |
MetricsFilter.deny(Collection<String> names)
Metrics with the specified names should NOT be present in published metrics.
|
static MetricsFilter |
MetricsFilter.deny(String... names)
Metrics with the specified names should NOT be present in published metrics.
|
MetricsFilter |
MetricsConfiguration.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsConfiguration.setFilter(MetricsFilter filter)
Applies
MetricsFilter to filter metrics that will be accepted by atlassian-profiling. |
| Modifier and Type | Method and Description |
|---|---|
default void |
MetricStrategy.cleanupMetrics(MetricsFilter filter)
Removes existing metrics that are not accepted by the specified filter.
|
Copyright © 2023 Atlassian. All rights reserved.