fix spelling of receive (#9269)

This commit is contained in:
Helen Weller 2021-05-13 15:28:14 -04:00 committed by GitHub
parent b3f5a15410
commit 940fea9135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Converts prometheus remote write samples directly into Telegraf metrics. It can
service_address = ":1234"
## Path to listen to.
path = "/recieve"
path = "/receive"
## Data format to consume.
data_format = "prometheusremotewrite"