mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 18:09:53 +00:00
Merge pull request #129 from dmolle/patch-1
Update Readme.md: object_per_topic_config: encoding need to be upper case
This commit is contained in:
@@ -170,7 +170,7 @@ mqtt:
|
||||
# This is the default.
|
||||
object_per_topic_config:
|
||||
# The encoding of the object, currently only json is supported
|
||||
encoding: json
|
||||
encoding: JSON
|
||||
cache:
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user