docs(outputs.mqtt): Correct typo in protocol config parameter (#14071)
This commit is contained in:
parent
78c641cdcc
commit
17a294776e
|
|
@ -44,7 +44,7 @@ to use them.
|
||||||
servers = ["localhost:1883", ] # or ["mqtts://tls.example.com:1883"]
|
servers = ["localhost:1883", ] # or ["mqtts://tls.example.com:1883"]
|
||||||
|
|
||||||
## Protocol can be `3.1.1` or `5`. Default is `3.1.1`
|
## Protocol can be `3.1.1` or `5`. Default is `3.1.1`
|
||||||
# procotol = "3.1.1"
|
# protocol = "3.1.1"
|
||||||
|
|
||||||
## MQTT Topic for Producer Messages
|
## MQTT Topic for Producer Messages
|
||||||
## MQTT outputs send metrics to this topic format:
|
## MQTT outputs send metrics to this topic format:
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
servers = ["localhost:1883", ] # or ["mqtts://tls.example.com:1883"]
|
servers = ["localhost:1883", ] # or ["mqtts://tls.example.com:1883"]
|
||||||
|
|
||||||
## Protocol can be `3.1.1` or `5`. Default is `3.1.1`
|
## Protocol can be `3.1.1` or `5`. Default is `3.1.1`
|
||||||
# procotol = "3.1.1"
|
# protocol = "3.1.1"
|
||||||
|
|
||||||
## MQTT Topic for Producer Messages
|
## MQTT Topic for Producer Messages
|
||||||
## MQTT outputs send metrics to this topic format:
|
## MQTT outputs send metrics to this topic format:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue