| Package | Description |
|---|---|
| com.atlassian.instrumentation | |
| com.atlassian.instrumentation.operations | |
| com.atlassian.instrumentation.operations.registry |
| Class and Description |
|---|
| OpCounter
A OpCounter can keep track of how long a computing operation takes and how many times it has been invoked, as well as
optionally how bug the result set size was
|
| OpTimer
OpTimer is an interface to represent the "timing" of a particular computing operation.
|
| OpTimerFactory
This will create
OpTimer instances |
| Class and Description |
|---|
| ExternalOpValue
ExternalOpValue can be used to read values from "external" places in the system and
provide them as
OpSnapshot values. |
| OpCounter
A OpCounter can keep track of how long a computing operation takes and how many times it has been invoked, as well as
optionally how bug the result set size was
|
| OpInstrument
An OpInstrument is a type of @{link Instrument} that exposes 8 values.
|
| OpSnapshot
This is an snapshot instance of a named operation's timing, invocation count and its result set size.
|
| OpTimer
OpTimer is an interface to represent the "timing" of a particular computing operation.
|
| OpTimer.HeisenburgResultSetCalculator
This interface can be used to avoid HEISENBERG effects when trying to time how long an operation takes.
|
| OpTimer.OnEndCallback
This interface can be provided to
OpTimerFactory are creation time to have a call back
when OpTimer.end(long) is called |
| OpTimerFactory
This will create
OpTimer instances |
| ThreadOpTimerFactory
This factory allows you to track values for a given thread.
|
| Class and Description |
|---|
| OpCounter
A OpCounter can keep track of how long a computing operation takes and how many times it has been invoked, as well as
optionally how bug the result set size was
|
| OpSnapshot
This is an snapshot instance of a named operation's timing, invocation count and its result set size.
|
| OpTimer
OpTimer is an interface to represent the "timing" of a particular computing operation.
|
Copyright © 2016 Atlassian. All rights reserved.