fix spelling of receive (#9269)
This commit is contained in:
parent
b3f5a15410
commit
940fea9135
|
|
@ -10,7 +10,7 @@ Converts prometheus remote write samples directly into Telegraf metrics. It can
|
||||||
service_address = ":1234"
|
service_address = ":1234"
|
||||||
|
|
||||||
## Path to listen to.
|
## Path to listen to.
|
||||||
path = "/recieve"
|
path = "/receive"
|
||||||
|
|
||||||
## Data format to consume.
|
## Data format to consume.
|
||||||
data_format = "prometheusremotewrite"
|
data_format = "prometheusremotewrite"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue