- All Superinterfaces:
- AutoCloseable, Closeable, ManagedStats
- All Known Implementing Classes:
- NodeStartIndexStats.MutableNodeStartIndexStats
public interface NodeStartIndexStats
extends ManagedStats
Example output:
2022-07-08 21:06:15,122+1000 jira-stats-0 INFO [c.a.j.util.stats.JiraStats] [JIRA-STATS] [NODE-START] total stats: duration=PT5M0.016S, statsOverhead=n/a, data=
{
"_statsName": "NODE-START",
"_statsType": "total",
"_time": "2022-07-08T11:06:15.120Z",
"_timestamp": 1657278375120,
"_duration": "PT5M0.016S",
"_invocations": 5,
"_statsOverhead": "n/a",
"configuration": {
"isRebuildLocalIndex": true,
"isPickSnapshotFromSharedHome": true,
"isRequestIndexSnapshotFromAnotherNode": false,
"isTriggerFullReindex": true
},
"checkIndexOnStart": {
"time": "2022-07-08T11:03:09.938Z",
"result": "SUCCESS",
"timeInSeconds": 39
},
"getIndexBy": {
"rebuildLocalIndex": {
"result": "FAILED",
"timeInSeconds": 0
},
"pickIndexSnapshotFromSharedHome": {
"snapshotName": "IndexSnapshot_12400_220707-235024.tar.sz",
"result": "SUCCESS",
"timeInSeconds": 39
},
"requestIndexSnapshotFromAnotherNode": {
"result": "NOT_RUN",
"timeInSeconds": 0
},
"performFullForegroundReindex": {
"result": "NOT_RUN",
"timeInSeconds": 0
}
},
"ensureFreshIndexSnapshot": {
"result": "SUCCESS",
"snapshotExisted": true,
"snapshotCreated": false,
"timeInSeconds": 0
}
}