【问题标题】:bosun and telegraf metrics meta informationbosun 和 telegraf 指标元信息
【发布时间】:2017-05-02 14:33:48
【问题描述】:

你好,我真的很想将 bosun/tsdbrelay/opentsdb 与 telegraf 收集器一起使用,因为它可以立即获取我们想要监控的所有指标。 我已经有了一个小型设置,可以将指标从 5 个服务器推送到 bosun 进行索引和 opentsdb 进行存储。

我使用了 kyle brandts bosun 基础设施博客中的 haproxy 配置来使 tsdbs ha-ready 做好准备

但是 bosun 显示它不能使用 auto-type 作为指标,并且在主要统计视图中也没有显示任何 cpu / mem 等图表。

我可以提供什么来显示图表。

亲切的问候。

【问题讨论】:

    标签: monitoring opentsdb bosun telegraf


    【解决方案1】:

    这两个功能大多是特定于 scollector 的。 “主机”视图(我考虑过将其删除,它是在早期完成的,最好使用像 grafana 之类的东西)取决于特定于 scollector 的指标,例如 os.cpu

    就速率与仪表的“自动”而言,这也是来自 scollector 并发送给 bosun 的元数据。如果您想尝试模仿这种行为,请参阅 https://github.com/bosun-monitor/bosun/blob/master/metadata/metadata.go#L30https://github.com/bosun-monitor/bosun/blob/master/metadata/metadata.go#L195 - 您至少需要为从电报获得的每个指标创建“rate”键。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-11-08
      • 2022-10-21
      • 1970-01-01
      • 2011-07-06
      • 2012-08-20
      • 2019-06-13
      相关资源
      最近更新 更多