[Stack Monitoring] Stop displaying heap limit in relation to RSS for Kibana Memory Size #100408
Labels
enhancement
New value added to drive a business result
Feature:Stack Monitoring
needs-refinement
A reason and acceptance criteria need to be defined for this issue
Team:Monitoring
Stack Monitoring team
On the Memory Size chart for Kibana, we display "Heap Limit" in relationship to "Memory Usage" (which is RSS). The problem with this is that the heap is a subset of RSS which will also lead to scenarios where the "Memory Usage" will go above "Heap Limit". We should probably have 2 charts, one with RSS and one with heap usage (in relation to limits).
Current Fields we are using:
kibana_stats.process.memory.resident_set_size_in_bytes
kibana_stats.process.memory.heap.size_limit
CC: @joshdover
The text was updated successfully, but these errors were encountered: