documentation: typo outputs cloud_pubsub (#7817)
This commit is contained in:
parent
c90229deb2
commit
4c4945fecc
|
|
@ -387,7 +387,7 @@
|
||||||
# # base64_data = false
|
# # base64_data = false
|
||||||
#
|
#
|
||||||
# ## Optional. PubSub attributes to add to metrics.
|
# ## Optional. PubSub attributes to add to metrics.
|
||||||
# # [[inputs.pubsub.attributes]]
|
# # [outputs.cloud_pubsub.attributes]
|
||||||
# # my_attr = "tag_value"
|
# # my_attr = "tag_value"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,12 +51,12 @@ generate it using `telegraf --usage cloud_pubsub`.
|
||||||
|
|
||||||
## Optional. Specifies a timeout for requests to the PubSub API.
|
## Optional. Specifies a timeout for requests to the PubSub API.
|
||||||
# publish_timeout = "30s"
|
# publish_timeout = "30s"
|
||||||
|
|
||||||
## Optional. If true, published PubSub message data will be base64-encoded.
|
## Optional. If true, published PubSub message data will be base64-encoded.
|
||||||
# base64_data = false
|
# base64_data = false
|
||||||
|
|
||||||
## Optional. PubSub attributes to add to metrics.
|
## Optional. PubSub attributes to add to metrics.
|
||||||
# [[inputs.pubsub.attributes]]
|
# [outputs.cloud_pubsub.attributes]
|
||||||
# my_attr = "tag_value"
|
# my_attr = "tag_value"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ const sampleConfig = `
|
||||||
# base64_data = false
|
# base64_data = false
|
||||||
|
|
||||||
## Optional. PubSub attributes to add to metrics.
|
## Optional. PubSub attributes to add to metrics.
|
||||||
# [[inputs.pubsub.attributes]]
|
# [outputs.cloud_pubsub.attributes]
|
||||||
# my_attr = "tag_value"
|
# my_attr = "tag_value"
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue