Package | Description |
---|---|
com.atlassian.jira.instrumentation |
Modifier and Type | Class and Description |
---|---|
class |
CacheStatistics
Represents instrumentation data for caches.
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<Statistics>> |
LogEntry.getData() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultInstrumentationLogger.save(RequestData requestData,
List<? extends Statistics> requestStats,
Optional<Long> requestTime) |
void |
InstrumentationLogger.save(RequestData requestData,
List<? extends Statistics> requestStats,
Optional<Long> requestTime)
Saves request data to the queue above.
|
void |
DefaultInstrumentationLogger.save(RequestData requestData,
List<? extends Statistics> requestStats,
Optional<Long> requestTime,
Exception exception) |
void |
InstrumentationLogger.save(RequestData requestData,
List<? extends Statistics> requestStats,
Optional<Long> requestTime,
Exception exception)
Saves request data to the queue above and generates a stacktrace that it inserts in the log.
|
void |
DefaultInstrumentationLogger.save(String traceId,
String path,
List<? extends Statistics> requestStats,
Optional<Long> requestTime) |
void |
InstrumentationLogger.save(String traceId,
String path,
List<? extends Statistics> requestData,
Optional<Long> requestTime)
Saves request data to the queue above.
|
Constructor and Description |
---|
LogEntry(@NotNull String traceId,
@NotNull String path,
String queryString,
Map<String,List<Statistics>> data) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.