mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Add comment to config.yaml.dist to show eternal presentation to prometheus
This commit is contained in:
@@ -10,8 +10,10 @@ mqtt:
|
||||
# The MQTT QoS level
|
||||
qos: 0
|
||||
cache:
|
||||
# Timeout. Each received metric will be presented for this time if no update is send via MQTT
|
||||
timeout: 2m
|
||||
# Timeout. Each received metric will be presented for this time if no update is send via MQTT.
|
||||
# Set the timeout to -1 to disable the deletion of metrics from the cache. The exporter presents the ingest timestamp
|
||||
# to prometheus.
|
||||
timeout: 24h
|
||||
# This is a list of valid metrics. Only metrics listed here will be exported
|
||||
metrics:
|
||||
# The name of the metric in prometheus
|
||||
|
||||
Reference in New Issue
Block a user