Skip to content

Commit

Permalink
fix typo in cloud_pubsub docs (influxdata#7815)
Browse files Browse the repository at this point in the history
  • Loading branch information
eraac authored Jul 10, 2020
1 parent 413398d commit c90229d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/inputs/cloud_pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and creates metrics using one of the supported [input data formats][].
### Configuration

```toml
[[inputs.pubsub]]
## Required. Name of Google Cloud Platform (GCP) Project that owns
[[inputs.cloud_pubsub]]
## Required. Name of Google Cloud Platform (GCP) Project that owns
## the given PubSub subscription.
project = "my-project"

Expand All @@ -31,7 +31,7 @@ and creates metrics using one of the supported [input data formats][].
## If the streaming pull for a PubSub Subscription fails (receiver),
## the agent attempts to restart receiving messages after this many seconds.
# retry_delay_seconds = 5

## Optional. Maximum byte length of a message to consume.
## Larger messages are dropped with an error. If less than 0 or unspecified,
## treated as no limit.
Expand Down Expand Up @@ -75,7 +75,7 @@ and creates metrics using one of the supported [input data formats][].
## 1. Note this setting does not limit the number of messages that can be
## processed concurrently (use "max_outstanding_messages" instead).
# max_receiver_go_routines = 0

## Optional. If true, Telegraf will attempt to base64 decode the
## PubSub message data before parsing. Many GCP services that
## output JSON to Google PubSub base64-encode the JSON payload.
Expand Down

0 comments on commit c90229d

Please sign in to comment.