From 52fa465803e1d9a95f8651ae44e51272871fff84 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 1 Feb 2024 09:13:05 +0000 Subject: [PATCH] Include details on telemetry data Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docs/uplink/become-a-provider.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/uplink/become-a-provider.md b/docs/uplink/become-a-provider.md index bf594c0..2f7d3bc 100644 --- a/docs/uplink/become-a-provider.md +++ b/docs/uplink/become-a-provider.md @@ -283,6 +283,14 @@ When a tunnel is upgraded, you'll see a log line like this: 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. +This data includes the following: + +* Number of tunnels deployed +* Number of namespaces with at least one tunnel contained +* Kubernetes version +* Inlets Uplink version +* Number of installations of Inlets Uplink + ## 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`