stan 模块
stan
包含从 Nats Streaming 服务器 (STAN) 读取的统计信息。
-
stan.server.id
-
服务器 ID
type: keyword
-
stan.cluster.id
-
集群 ID
type: keyword
包含 stan / nats streaming/serverz 端点指标
-
stan.channels.name
-
STAN 流通道的名称
type: keyword
-
stan.channels.messages
-
STAN 流消息的数量
type: long
-
stan.channels.bytes
-
通道中的 STAN 字节数
type: long
-
stan.channels.first_seq
-
通道中存储的第一个序列号。如果 first_seq > min([订阅中的 seq]),则可能发生了数据丢失
type: long
-
stan.channels.last_seq
-
通道中存储的最后一个序列号
type: long
-
stan.channels.depth
-
基于当前序列号和报告的最高订阅者序列号的队列深度
type: long
仅包含高级的 stan / nats 流服务器相关指标
-
stan.stats.state
-
集群/流配置状态 (STANDALONE, CLUSTERED)
type: keyword
-
stan.stats.role
-
如果已集群,则此节点在集群中的角色(领导者、跟随者、候选者)
type: keyword
-
stan.stats.clients
-
STAN 客户端的数量
type: integer
-
stan.stats.subscriptions
-
STAN 流订阅的数量
type: integer
-
stan.stats.channels
-
STAN 通道的数量
type: integer
-
stan.stats.messages
-
所有 STAN 队列中的消息数量
type: long
-
stan.stats.bytes
-
所有 STAN 队列中消耗的字节数
type: long
包含 stan / nats streaming/serverz 端点订阅指标
-
stan.subscriptions.id
-
STAN 通道订阅的名称 (client_id)
type: keyword
-
stan.subscriptions.channel
-
订阅关联的 STAN 通道的名称
type: keyword
-
stan.subscriptions.queue
-
如果存在,与 STAN 通道订阅关联的 NATS 队列的名称
type: keyword
-
stan.subscriptions.last_sent
-
已确认的订阅的最后一个已知序列号
type: long
-
stan.subscriptions.pending
-
来自/发送到订阅者的待处理消息数量
type: long
-
stan.subscriptions.offline
-
订阅者是否标记为离线?
type: boolean
-
stan.subscriptions.stalled
-
是否已知订阅者已停滞?
type: boolean