diff --git a/_monitoring-your-cluster/pa/reference.md b/_monitoring-your-cluster/pa/reference.md index c06d59de38..8b076b1ba5 100644 --- a/_monitoring-your-cluster/pa/reference.md +++ b/_monitoring-your-cluster/pa/reference.md @@ -743,27 +743,173 @@ The following metrics are relevant to the cluster as a whole and do not require +## Relevant dimensions: `NodeID`, `searchbp_mode` + +
Metric | +Description | +
---|---|
SearchBP_Shard_Stats_CancellationCount + | +The number of tasks marked for cancellation at the shard task level. + | +
SearchBP_Shard_Stats_LimitReachedCount + | +The number of times that the cancellable task total exceeded the set cancellation threshold at the shard task level. + | +
SearchBP_Shard_Stats_Resource_Heap_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive heap usage since the node last restarted at the shard task level. + | +
SearchBP_Shard_Stats_Resource_Heap_Usage_CurrentMax + | +The maximum heap usage for tasks currently running at the shard task level. + | +
SearchBP_Shard_Stats_Resource_Heap_Usage_RollingAvg + | +The rolling average heap usage for the _n_ most recent tasks at the shard task level. The default value for _n_ is `100`. + | +
SearchBP_Shard_Stats_Resource_CPU_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive CPU usage since the node last restarted at the shard task level. + | +
SearchBP_Shard_Stats_Resource_CPU_Usage_CurrentMax + | +The maximum CPU time for all tasks currently running on the node at the shard task level. + | +
SearchBP_Shard_Stats_Resource_CPU_Usage_CurrentAvg + | +The average CPU time for all tasks currently running on the node at the shard task level. + | +
SearchBP_Shard_Stats_Resource_ElaspedTime_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive time elapsed since the node last restarted at the shard task level. + | +
SearchBP_Shard_Stats_Resource_ElaspedTime_Usage_CurrentMax + | +The maximum time elapsed for all tasks currently running on the node at the shard task level. + | +
SearchBP_Shard_Stats_Resource_ElaspedTime_Usage_CurrentAvg + | +The average time elapsed for all tasks currently running on the node at the shard task level. + | +
Searchbp_Task_Stats_CancellationCount + | +The number of tasks marked for cancellation at the search task level. + | +
SearchBP_Task_Stats_LimitReachedCount + | +The number of times that the cancellable task total exceeded the set cancellation threshold at the search task level. + | +
SearchBP_Task_Stats_Resource_Heap_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive heap usage since the node last restarted at the search task level. + | +
SearchBP_Task_Stats_Resource_Heap_Usage_CurrentMax + | +The maximum heap usage for tasks currently running at the search task level. + | +
SearchBP_Task_Stats_Resource_Heap_Usage_RollingAvg + | +The rolling average heap usage for the _n_ most recent tasks at the search task level. The default value for _n_ is `10`. + | +
SearchBP_Task_Stats_Resource_CPU_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive CPU usage since the node last restarted at the search task level. + | +
SearchBP_Task_Stats_Resource_CPU_Usage_CurrentMax + | +The maximum CPU time for all tasks currently running on the node at the search task level. + | +
SearchBP_Task_Stats_Resource_CPU_Usage_CurrentAvg + | +The average CPU time for all tasks currently running on the node at the search task level. + | +
SearchBP_Task_Stats_Resource_ElaspedTime_Usage_CancellationCount + | +The number of tasks marked for cancellation because of excessive time elapsed since the node last restarted at the search task level. + | +
SearchBP_Task_Stats_Resource_ElaspedTime_Usage_CurrentMax + | +The maximum time elapsed for all tasks currently running on the node at the search task level. + | +
SearchBP_Task_Stats_Resource_ElaspedTime_Usage_CurrentAvg + | +The average time elapsed for all tasks currently running on the node at the search task level. + | +