|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JvmPauseMonitorSource
Interface for sources that will export JvmPauseMonitor metrics
Field Summary | |
---|---|
static String |
INFO_THRESHOLD_COUNT_DESC
|
static String |
INFO_THRESHOLD_COUNT_KEY
|
static String |
PAUSE_TIME_WITH_GC_DESC
|
static String |
PAUSE_TIME_WITH_GC_KEY
|
static String |
PAUSE_TIME_WITHOUT_GC_DESC
|
static String |
PAUSE_TIME_WITHOUT_GC_KEY
|
static String |
WARN_THRESHOLD_COUNT_DESC
|
static String |
WARN_THRESHOLD_COUNT_KEY
|
Method Summary | |
---|---|
void |
incInfoThresholdExceeded(int count)
Increment the INFO level threshold exceeded count |
void |
incWarnThresholdExceeded(int count)
Increment the WARN level threshold exceeded count |
void |
updatePauseTimeWithGc(long t)
Update the pause time histogram where GC activity was detected. |
void |
updatePauseTimeWithoutGc(long t)
Update the pause time histogram where GC activity was not detected. |
Field Detail |
---|
static final String INFO_THRESHOLD_COUNT_KEY
static final String INFO_THRESHOLD_COUNT_DESC
static final String WARN_THRESHOLD_COUNT_KEY
static final String WARN_THRESHOLD_COUNT_DESC
static final String PAUSE_TIME_WITH_GC_KEY
static final String PAUSE_TIME_WITH_GC_DESC
static final String PAUSE_TIME_WITHOUT_GC_KEY
static final String PAUSE_TIME_WITHOUT_GC_DESC
Method Detail |
---|
void incInfoThresholdExceeded(int count)
count
- the countvoid incWarnThresholdExceeded(int count)
count
- the countvoid updatePauseTimeWithGc(long t)
t
- time it tookvoid updatePauseTimeWithoutGc(long t)
t
- time it took
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |