From e63da43e234602fdc805648b8b4c3195463a63c7 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 23 Jan 2024 16:07:33 +0000 Subject: [PATCH] Add notes on telemetry in uplink Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/uplink/become-a-provider.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/uplink/become-a-provider.md b/docs/uplink/become-a-provider.md index f2b79e6..bf594c0 100644 --- a/docs/uplink/become-a-provider.md +++ b/docs/uplink/become-a-provider.md @@ -279,6 +279,10 @@ When a tunnel is upgraded, you'll see a log line like this: 2024-01-11T12:25:15.442Z info operator/controller.go:860 Upgrading version {"tunnel": "ce.inlets", "from": "0.9.21", "to": "0.9.23"} ``` +## Telemetry and usage data + +The inlets-uplink Kubernetes operator will send telemetry data to OpenFaaS Ltd on a periodic basis. This information is used for calculating accurate usage metrics for billing purposes. This data is sent over HTTPS, does not contain any personal information, and is not shared with any third parties. + ## Configuration reference Looking for the source for the Helm chart? The source is published directly to a container registry as an OCI bundle. View the source with: `helm template oci://ghcr.io/openfaasltd/inlets-uplink-provider`