| Interface | Description |
|---|---|
| InstrumentationListenerManager |
Manager that handles calling registered listeners to send data to the
analytics package.
|
| InstrumentationLogger |
Collects the instrumentation data and saves it to a datastore.
|
| Statistics |
Represents instrumentation data on a 'name'.
|
| Class | Description |
|---|---|
| CacheStatistics |
Represents instrumentation data for caches.
|
| CacheStatistics.CacheStatisticsBuilder | |
| CacheStatisticsUtils |
Various utilities for Cache Statistics.
|
| DefaultInstrumentationListenerManager |
Processes instrumentation listeners.
|
| DefaultInstrumentationLogger |
Logs the instrumentation data that we have collected to various collection mechanisms.
|
| DeltaResultCounter |
Used when comparing two executions; has a flag for whether they were equivalent.
|
| GenericInstrument | |
| Instrumentation |
A static singleton style class that exposes
DefaultInstrumentRegistry
functionality. |
| InstrumentationConfiguration |
Our configuration of instrumentation code
|
| LogEntry |
A list of statistics collected by request.
|
| RequestData | |
| RequestData.Builder | |
| ResultCounter |
A tuple to store elapsed time in millis alongside the number of results observed for a search.
|
| Enum | Description |
|---|---|
| CacheMetricsKeys |
Types of common metrics supported by caches.
|
| InstrumentationName |
An enum of Instrumentation names
|
| Exception | Description |
|---|---|
| StackException |
An exception to use when all you really want to do is create a stack trece.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.