Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 1.23 KB

Pushing_metrics.md

File metadata and controls

executable file
·
13 lines (7 loc) · 1.23 KB

Pushgateway允许您将时间序列从短期服务级批处理job推送到Prometheus可以抓取的中间job。 结合Prometheus简单的基于文本的展示格式,这使得即使没有客户端库的shell脚本也很容易。

  • 有关使用Pushgateway和从Unix shell使用的更多信息,请参阅项目的README.md

  • 要从Java中使用,请参阅PushGateway类。

  • 要在Go中使用,请参阅PushAdd方法。

  • 要在Python中使用,请参阅导出到Pushgateway

  • 要从Ruby使用,请参阅Pushgateway文档

    • 要了解在Prometheus项目之外维护的客户端库的Pushgateway支持,请参阅其各自的文档。