From c3c7c594ba9b95882e6c32ef7968b4a4fb5464ff Mon Sep 17 00:00:00 2001 From: idohu Date: Mon, 22 Jul 2024 12:06:45 +0300 Subject: [PATCH] add more configuration Signed-off-by: idohu --- docs/docs/operator/telemetry.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/operator/telemetry.md b/docs/docs/operator/telemetry.md index 84bdc26..e54d1fe 100644 --- a/docs/docs/operator/telemetry.md +++ b/docs/docs/operator/telemetry.md @@ -9,6 +9,17 @@ you need to edit the property below at [values.yaml](https://github.com/kubescap ``` configurations: otelUrl: # Default is empty. Add your Open Telemetry URL here. + +.. +.. +.. + +otelCollector: + name: otel-collector + endpoint: + insecure: true # configurable + headers: + uptrace-dsn: "" # configurable ``` If you don't have an otel distribution, we suggest you try either [Uptrace](https://github.com/uptrace/uptrace/tree/master/example/docker) or [SigNoz](https://signoz.io/docs/install/docker/)