public interface ExternalValue
ExternalValue interface is used to provide
Instrument values from some external piece of code.
For example imagine that another part of the system has a counter/gauge type value that you want to
read just like a normal Instrument. You can wrap it in an
implementation of this interface.
ExternalCounter,
ExternalGauge| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
Copyright © 2016 Atlassian. All rights reserved.