documentation: typo outputs cloud_pubsub (#7817)

This commit is contained in:
Labesse Kévin 2020-07-10 17:50:52 +02:00 committed by GitHub
parent c90229deb2
commit 4c4945fecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -387,7 +387,7 @@
# # base64_data = false
#
# ## Optional. PubSub attributes to add to metrics.
# # [[inputs.pubsub.attributes]]
# # [outputs.cloud_pubsub.attributes]
# # my_attr = "tag_value"

View File

@ -51,12 +51,12 @@ generate it using `telegraf --usage cloud_pubsub`.
## Optional. Specifies a timeout for requests to the PubSub API.
# publish_timeout = "30s"
## Optional. If true, published PubSub message data will be base64-encoded.
# base64_data = false
## Optional. PubSub attributes to add to metrics.
# [[inputs.pubsub.attributes]]
# [outputs.cloud_pubsub.attributes]
# my_attr = "tag_value"
```

View File

@ -62,7 +62,7 @@ const sampleConfig = `
# base64_data = false
## Optional. PubSub attributes to add to metrics.
# [[inputs.pubsub.attributes]]
# [outputs.cloud_pubsub.attributes]
# my_attr = "tag_value"
`