Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
JSON needs to be upper case, otherwiese "could not setup a metric extractor	{"error": "unsupported object format: json"} " is thrown.
  • Loading branch information
dmolle authored and Christian Schneider committed Feb 5, 2024
1 parent 6d695bd commit d562b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d562b92

Please sign in to comment.