Stan 模块
编辑Stan 模块
编辑STAN 模块使用 STAN 监控服务器 API 收集指标。
默认的 metricset 为 channels
、stats
和 subscriptions
。
兼容性
编辑STAN 模块已通过 STAN 0.15.1 测试。
仪表盘
编辑包含主题消息计数和队列深度的仪表盘。
Stan 模块支持在 模块 中描述的标准配置选项。这是一个示例配置。
metricbeat.modules: - module: stan metricsets: ["stats", "channels", "subscriptions"] period: 60s hosts: ["localhost:8222"] #stats.metrics_path: "/streaming/serverz" #channels.metrics_path: "/streaming/channelsz" #subscriptions.metrics_path: "/streaming/channelsz" # we retrieve streaming subscriptions with a detailed query param to the channelsz endpoint
此模块在使用 ssl
配置字段时支持 TLS 连接,如 SSL 中所述。它还支持 标准 HTTP 配置选项 中描述的选项。
提供以下 metricset