| Package | Description |
|---|---|
| com.atlassian.instrumentation |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedExternalValue
This class allows values to be computed on as as needed basis and also cache the values for a certain length of
time.
|
| Constructor and Description |
|---|
ExternalCounter(String name,
ExternalValue externalValue)
Constructs a
Counter that reads its value from the ExternalValue provided. |
ExternalGauge(String name,
ExternalValue externalValue)
Constructs a
Gauge that reads its value from the ExternalValue
provided. |
Copyright © 2016 Atlassian. All rights reserved.