Elasticsearch的监控指标包括以下几个方面:
cpu_percent和cpu_load_average指标监控。jvm_memory_used_percent和jvm_memory_heap_used_percent指标监控。fs_total_available_in_bytes和fs_total_size_in_bytes指标监控。http.current_open和http.total_opened指标监控。indices.fielddata.memory_size_in_bytes和indices.filter_cache.memory_size_in_bytes指标监控。docs.count指标监控。store.size指标监控。search.query_total指标监控。indexing.index_total指标监控。indexing.delete_total指标监控。除了以上列举的监控指标外,还有很多其他的监控指标,如缓存命中率、查询延迟、GC时间等。这些指标可以帮助我们全面了解Elasticsearch集群的健康状况,及时发现问题并进行调优。