文件名称:mqtt-pushgateway:Prometheus Exporter,用于通过MQTT接收的指标
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-29 15:07:31
Python
Prometheus Exporter,用于通过MQTT接收的指标
该导出器为MQTT提供了一个推送网关:您可以让它侦听一些有趣的MQTT主题,将数据收集到度量标准中,并等待被Prometheus抓取。
可以解析为JSON的消息将使用topic/key的“虚拟”主题记录每个key:value对的唯一指标。
注意:仅支持浮点值。 其他任何事情都将被忽略。
特征
主题可以与一组正则表达式匹配,以将其名称的一部分转换为Prometheus关键字。 因此,主题名称例如
sensor/garage/temperature
当使用正则表达式匹配时
sensor/(?P
【文件预览】:
mqtt-pushgateway-master
----Dockerfile(212B)
----mqtt-pushgateway.service(287B)
----requirements.txt(67B)
----README.md(3KB)
----features()
--------environment.py(576B)
--------steps()
--------mqtt.feature(5KB)
----config.example.toml(2KB)
----.drone.yml(799B)
----mqtt_pushgateway.py(7KB)
----.gitignore(25B)
----config.tests.toml(576B)