summaryrefslogtreecommitdiffstats
path: root/exporting/pubsub
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-05-18 19:03:06 +0300
committerGitHub <noreply@github.com>2020-05-18 19:03:06 +0300
commit06ffc8f9f5c3f71aa39b4cef516773bca736859d (patch)
tree72e778566f5f25a85ab3f1044282f0e2bd40dc69 /exporting/pubsub
parent140734ab3fff26fbd84dfd8194887494239755bc (diff)
Update the exporting documentation (#9066)
Diffstat (limited to 'exporting/pubsub')
-rw-r--r--exporting/pubsub/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/exporting/pubsub/README.md b/exporting/pubsub/README.md
index 31eaf2b570..db08bd5f7e 100644
--- a/exporting/pubsub/README.md
+++ b/exporting/pubsub/README.md
@@ -11,8 +11,12 @@ sidebar_label: Google Cloud Pub/Sub Service
To use the Pub/Sub service for metric collecting and processing, you should first
[install](https://github.com/googleapis/cpp-cmakefiles) Google Cloud Platform C++ Proto Libraries.
-Pub/Sub support is also dependent on the dependencies of those libraries, like `protobuf` and `grpc`. Next, Netdata
-should be re-installed from the source. The installer will detect that the required libraries are now available.
+Pub/Sub support is also dependent on the dependencies of those libraries, like `protobuf`, `protoc`, and `grpc`. Next,
+Netdata should be re-installed from the source. The installer will detect that the required libraries are now available.
+
+> Some distributions don't have `.cmake` files in packages. To build the C++ Proto Libraries on such distributions we
+> advise you to delete `protobuf`, `protoc`, and `grpc` related packages and
+> [install](https://github.com/grpc/grpc/blob/master/BUILDING.md) `grpc` with its dependencies from source.
## Configuration