From 084c6fa3a75f9339a195ab6bedbc40eee6872ede Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Fri, 16 Jun 2023 15:41:54 +0200 Subject: [PATCH] describe changes at runtime --- cmd/defaults.yaml | 5 +++-- .../deploy/loadbalancing-example/example-zitadel-config.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cmd/defaults.yaml b/cmd/defaults.yaml index 28a9d650eb4..ddd8a44b72b 100644 --- a/cmd/defaults.yaml +++ b/cmd/defaults.yaml @@ -15,14 +15,15 @@ Tracing: MetricPrefix: zitadel Telemetry: - # If Enabled is true, usage data is sent to the configured Telemetry.Endponts + # As long as Enabled is true, usage data is marked to be sent to the configured Telemetry.Endpoints Enabled: false # Push telemetry data to all these endpoints at least once. # If one endpoint returns an unsuccessful response code or times out, - # ZITADEL retries to push the data point to all configured endpoints again until it succeeds. + # ZITADEL retries to push the data point to all configured endpoints until it succeeds. # Configure delivery guarantees and intervals in the section Projections.Customizations.Telemetry # The endpoints can be reconfigured at runtime. # Three redirects are followed. + # If you change this configuration at runtime, remaining data that is not successfully delivered to the old endpoints is sent to the new endpoints. Endpoints: # Include https://zitadel.com/usage if you want to help the ZITADEL maintainers improve the product's usability by giving them some insights. # Don't forget to opt in by setting Telemetry.Enabled to true. diff --git a/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml b/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml index fa71c4c3c4c..2a462f18089 100644 --- a/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml +++ b/docs/docs/self-hosting/deploy/loadbalancing-example/example-zitadel-config.yaml @@ -2,7 +2,7 @@ Log: Level: 'info' -# Help the ZITADEL maintainers improve the products usability by sending them some usage data +# Help the ZITADEL maintainers improve the product's usability by sending them some usage data Telemetry: Enabled: true