From 44aebde47a6be3efdd3f7f4c363513c7a2ebed83 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:05:01 -0600 Subject: [PATCH] Remove depracated PA metrics (#6331) Closes #6271 Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --- _monitoring-your-cluster/pa/reference.md | 78 ------------------------ 1 file changed, 78 deletions(-) diff --git a/_monitoring-your-cluster/pa/reference.md b/_monitoring-your-cluster/pa/reference.md index 4d9e8532..c06d59de 100644 --- a/_monitoring-your-cluster/pa/reference.md +++ b/_monitoring-your-cluster/pa/reference.md @@ -219,84 +219,6 @@ This list is extensive. We recommend using Ctrl/Cmd + F to find what you're look Shard request cache memory size in bytes. - - Refresh_Event - - The total number of refreshes executed in the past five seconds. - - - - Refresh_Time - - The total time (milliseconds) spent executing refreshes in the past five seconds - - - - Flush_Event - - The total number of flushes executed in the past five seconds. - - - - Flush_Time - - The total time (milliseconds) spent executing flushes in the past five seconds. - - - - Merge_Event - - The total number of merges executed in the past five seconds. - - - - Merge_Time - - The total time (milliseconds) spent executing merges in the past five seconds. - - - - Merge_CurrentEvent - - The current number of merges executing. - - - - Indexing_Buffer - - Index buffer memory size in bytes. - - - - Segments_Total - - The number of segments. - - - - IndexWriter_Memory - - Estimated memory usage by the index writer in bytes. - - - - Bitset_Memory - - Estimated memory usage for the cached bit sets in bytes. - - - - VersionMap_Memory - - Estimated memory usage of the version map in bytes. - - - - Shard_Size_In_Bytes - - Estimated disk usage of the shard in bytes. - -