com.atlassian.jira.instrumentation.InstrumentationLogger |
![]()
|
Collects the instrumentation data and saves it to a datastore.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clear all the data collected in the memory buffer.
| |||||||||||
Fetch the current list of statistics stored in memory.
| |||||||||||
Saves request data to the queue above.
| |||||||||||
Saves request data to the queue above.
|
Clear all the data collected in the memory buffer.
Fetch the current list of statistics stored in memory.
Saves request data to the queue above. The queue will store the last 100 requests by default. As new requests are received the oldest are removed.
traceId | The ID for this request. |
---|---|
spanId | The Zipkin spanId from the request |
parentSpanId | The Zipkin parent span Id for the request |
path | the path of the URL. |
requestData | The list of cache statistics. |
requestTime | The time of the request in nanoseconds. If zero, we did not collect any time. |
Saves request data to the queue above. The queue will store the last 100 requests by default. As new requests are received the oldest are removed.
traceId | The ID for this request. |
---|---|
path | the path of the URL. |
requestData | The list of cache statistics. |
requestTime | The time in nanoseconds that the request took to complete. |