mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
[Monitoring UI] Cleanup Cluster Overview and Node Summary
This cleans up some of the reported stats to be a little clearer, including making the JVM Heap chart behave like Kibana's memory chart. This solves two problems: you can now determine the max heap size and you know what "x%" actually means relative to it. Original commit: elastic/x-pack-elasticsearch@450f6fd546
This commit is contained in:
parent
6d4e4f5131
commit
6085c5aba9
@ -31,6 +31,8 @@ public class ClusterStatsResolver extends MonitoringIndexNameResolver.Timestampe
|
||||
"cluster_stats.nodes.count.total",
|
||||
"cluster_stats.indices.count",
|
||||
"cluster_stats.indices.shards.total",
|
||||
"cluster_stats.indices.shards.primaries",
|
||||
"cluster_stats.indices.shards.replication",
|
||||
"cluster_stats.indices.shards.index.replication.min",
|
||||
"cluster_stats.indices.docs.count",
|
||||
"cluster_stats.indices.store.size_in_bytes",
|
||||
|
@ -70,6 +70,7 @@ public class NodeStatsResolver extends MonitoringIndexNameResolver.Timestamped<N
|
||||
"node_stats.process.cpu.percent",
|
||||
"node_stats.process.max_file_descriptors",
|
||||
"node_stats.process.open_file_descriptors",
|
||||
"node_stats.jvm.mem.heap_max_in_bytes",
|
||||
"node_stats.jvm.mem.heap_used_in_bytes",
|
||||
"node_stats.jvm.mem.heap_used_percent",
|
||||
"node_stats.jvm.gc.collectors.young",
|
||||
|
Loading…
x
Reference in New Issue
Block a user