From a0774167b79e204636ac8abc855e9e3071ebce8b Mon Sep 17 00:00:00 2001 From: Sagar Upadhyaya Date: Mon, 2 May 2022 13:10:38 -0700 Subject: [PATCH] Removing deprecated metrics from PA documentation Signed-off-by: Sagar Upadhyaya --- _monitoring-plugins/pa/api.md | 7 ----- _monitoring-plugins/pa/reference.md | 42 ----------------------------- 2 files changed, 49 deletions(-) diff --git a/_monitoring-plugins/pa/api.md b/_monitoring-plugins/pa/api.md index f1517d45..f70481da 100644 --- a/_monitoring-plugins/pa/api.md +++ b/_monitoring-plugins/pa/api.md @@ -116,8 +116,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units { "Disk_Utilization": "%", "Cache_Request_Hit": "count", - "TermVectors_Memory": "B", - "Segments_Memory": "B", "HTTP_RequestDocs": "count", "Net_TCP_Lost": "segments/flow", "Refresh_Time": "ms", @@ -138,7 +136,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units "Merge_CurrentEvent": "count", "Indexing_Buffer": "B", "Bitset_Memory": "B", - "Norms_Memory": "B", "Net_PacketDropRate4": "packets/s", "Heap_Committed": "B", "Net_PacketDropRate6": "packets/s", @@ -163,7 +160,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units "Flush_Event": "count", "Net_TCP_RxQ": "segments/flow", "Refresh_Event": "count", - "Points_Memory": "B", "Flush_Time": "ms", "Heap_Init": "B", "CPU_Utilization": "cores", @@ -175,8 +171,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units "Net_TCP_SendCWND": "B/flow", "Cache_Request_Eviction": "count", "Segments_Total": "count", - "Terms_Memory": "B", - "DocValues_Memory": "B", "Heap_Used": "B", "Cache_FieldData_Eviction": "count", "IO_TotalSyscallRate": "count/s", @@ -184,7 +178,6 @@ GET localhost:9600/_plugins/_performanceanalyzer/metrics/units "Net_Throughput": "B/s", "Paging_RSS": "pages", "Indexing_ThrottleTime": "ms", - "StoredFields_Memory": "B", "IndexWriter_Memory": "B", "Master_PendingQueueSize": "count", "Net_TCP_SSThresh": "B/flow", diff --git a/_monitoring-plugins/pa/reference.md b/_monitoring-plugins/pa/reference.md index 8c2f16c7..caa87a8f 100644 --- a/_monitoring-plugins/pa/reference.md +++ b/_monitoring-plugins/pa/reference.md @@ -261,48 +261,6 @@ This list is extensive. We recommend using Ctrl/Cmd + F to find what you're look The number of segments. - - Segments_Memory - - Estimated memory usage of segments in bytes. - - - - Terms_Memory - - Estimated memory usage of terms dictionaries in bytes. - - - - StoredFields_Memory - - Estimated memory usage of stored fields in bytes. - - - - TermVectors_Memory - - Estimated memory usage of term vectors in bytes. - - - - Norms_Memory - - Estimated memory usage of norms (normalization factors) in bytes. - - - - Points_Memory - - Estimated memory usage of points in bytes. - - - - DocValues_Memory - - Estimated memory usage of doc values in bytes. - - IndexWriter_Memory