将指标push到pushgateway
摘要:
使用push 方式把数据推送到pushgateway。 # cat client.py #!/usr/bin/python3 from prometheus_client import CollectorRegistry, Gauge, push_to_gateway registry = Coll 阅读全文
posted @ 2022-04-07 16:19 MissSimple 阅读(178) 评论(0) 推荐(0) 编辑