From 33773890178392472f1bd21387bff9d7db49dada Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 26 Feb 2019 18:30:54 -0800 Subject: [PATCH] Add cloud_pubsub_push to readme/changelog --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b113cae90..4e9811c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ #### New Inputs - [cloud_pubsub](/plugins/inputs/cloud_pubsub/README.md) - Contributed by @emilymye +- [cloud_pubsub_push](/plugins/inputs/cloud_pubsub_push/README.md) - Contributed by @influxdata - [kinesis_consumer](/plugins/inputs/kinesis_consumer/README.md) - Contributed by @influxdata - [kube_inventory](/plugins/inputs/kube_inventory/README.md) - Contributed by @influxdata - [neptune_apex](/plugins/inputs/neptune_apex/README.md) - Contributed by @MaxRenaud diff --git a/README.md b/README.md index 62fe04afd..e8f3d613e 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ For documentation on the latest development code see the [documentation index][d * [cgroup](./plugins/inputs/cgroup) * [chrony](./plugins/inputs/chrony) * [cloud_pubsub](./plugins/inputs/cloud_pubsub) Google Cloud Pub/Sub +* [cloud_pubsub_push](./plugins/inputs/cloud_pubsub_push) Google Cloud Pub/Sub push endpoint * [conntrack](./plugins/inputs/conntrack) * [consul](./plugins/inputs/consul) * [couchbase](./plugins/inputs/couchbase)