fix spelling of receive (#4731)

fix spelling of receive
pull/4733/head
Shantanu Gadgil 2023-01-31 20:50:23 +05:30 committed by GitHub
parent 0644efcd1c
commit 0e71fec050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Use the [`inputs.http_listener_v2`](/telegraf/v1.24/plugins/#input-http_listener
## Address and port to host HTTP listener on
service_address = ":1234"
## Path to listen to.
path = "/recieve"
path = "/receive"
## Data format to consume.
data_format = "prometheusremotewrite"
```