Consul 模块
Agent Metricset 从作为 Agent 运行的 Consul 实例中获取指标信息
-
consul.agent.autopilot.healthy
-
本地服务器集群的总体健康状况
type: boolean
运行时相关指标
-
consul.agent.runtime.sys.bytes
-
从操作系统获取的内存字节数。
type: long
-
consul.agent.runtime.malloc_count
-
已分配的堆对象
type: long
-
consul.agent.runtime.heap_objects
-
在堆上分配的对象,是内存压力的总体指标。此值可能会不时突增,但应恢复到稳定状态值。
type: long
-
consul.agent.runtime.goroutines
-
正在运行的 goroutine,是总体负载压力的指标。此值可能会不时突增,但应恢复到稳定状态值。
type: long
-
consul.agent.runtime.alloc.bytes
-
Consul 进程分配的字节数。
type: long
垃圾收集器指标
-
consul.agent.runtime.garbage_collector.runs
-
垃圾收集器总执行次数
type: long
垃圾收集器暂停应用程序的时间
-
consul.agent.runtime.garbage_collector.pause.current.ns
-
垃圾收集器暂停时间,单位为纳秒
type: long
-
consul.agent.runtime.garbage_collector.pause.total.ns
-
自 Consul 启动以来,停止世界垃圾收集暂停所消耗的纳秒数。
type: long