fix typo in cloud_pubsub docs (#7815)
This commit is contained in:
parent
413398d1a1
commit
c90229deb2
|
|
@ -7,8 +7,8 @@ and creates metrics using one of the supported [input data formats][].
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[[inputs.pubsub]]
|
[[inputs.cloud_pubsub]]
|
||||||
## Required. Name of Google Cloud Platform (GCP) Project that owns
|
## Required. Name of Google Cloud Platform (GCP) Project that owns
|
||||||
## the given PubSub subscription.
|
## the given PubSub subscription.
|
||||||
project = "my-project"
|
project = "my-project"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue