Stan 字段

stan 模块

stan

stan 包含从 Nats Streaming 服务器 (STAN) 读取的统计信息

stan.server.id

服务器 ID

类型: keyword

stan.cluster.id

集群 ID

类型: keyword

channels

包含 stan / nats streaming/serverz 端点指标

stan.channels.name

STAN 流通道的名称

类型: keyword

stan.channels.messages

STAN 流消息的数量

类型: long

stan.channels.bytes

通道中 STAN 字节的数量

类型: long

stan.channels.first_seq

存储在通道中的第一个序列号。如果 first_seq > min([订阅中的 seq]),则可能发生了数据丢失

类型: long

stan.channels.last_seq

存储在通道中的最后一个序列号

类型: long

stan.channels.depth

基于当前序列号和报告的最高订阅者序列号的队列深度

类型: long

stats

仅包含高级 stan / nats 流服务器相关的指标

stan.stats.state

集群/流配置状态 (STANDALONE, CLUSTERED)

类型: keyword

stan.stats.role

如果集群化,则此节点在集群中的角色 (Leader, Follower, Candidate)

类型: keyword

stan.stats.clients

STAN 客户端的数量

类型: integer

stan.stats.subscriptions

STAN 流订阅的数量

类型: integer

stan.stats.channels

STAN 通道的数量

类型: integer

stan.stats.messages

所有 STAN 队列中的消息数量

类型: long

stan.stats.bytes

所有 STAN 队列中消耗的字节数

类型: long

subscriptions

包含 stan / nats streaming/serverz 端点订阅指标

stan.subscriptions.id

STAN 通道订阅的名称 (client_id)

类型: keyword

stan.subscriptions.channel

订阅关联的 STAN 通道的名称

类型: keyword

stan.subscriptions.queue

STAN 通道订阅关联的 NATS 队列的名称(如果有)

类型: keyword

stan.subscriptions.last_sent

已确认的订阅的最后一个已知序列号

类型: long

stan.subscriptions.pending

来自/到订阅者的未决消息数量

类型: long

stan.subscriptions.offline

订阅者是否标记为脱机?

类型: boolean

stan.subscriptions.stalled

订阅者是否已知处于停滞状态?

类型: boolean