describe changes at runtime

This commit is contained in:
Elio Bischof
2023-06-16 15:41:54 +02:00
parent 0a8a6e1fbd
commit 084c6fa3a7
2 changed files with 4 additions and 3 deletions

View File

@@ -15,14 +15,15 @@ Tracing:
MetricPrefix: zitadel MetricPrefix: zitadel
Telemetry: 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 Enabled: false
# Push telemetry data to all these endpoints at least once. # Push telemetry data to all these endpoints at least once.
# If one endpoint returns an unsuccessful response code or times out, # 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 # Configure delivery guarantees and intervals in the section Projections.Customizations.Telemetry
# The endpoints can be reconfigured at runtime. # The endpoints can be reconfigured at runtime.
# Three redirects are followed. # 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: Endpoints:
# Include https://zitadel.com/usage if you want to help the ZITADEL maintainers improve the product's usability by giving them some insights. # 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. # Don't forget to opt in by setting Telemetry.Enabled to true.

View File

@@ -2,7 +2,7 @@
Log: Log:
Level: 'info' 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: Telemetry:
Enabled: true Enabled: true