mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-04 22:13:36 +00:00
describe changes at runtime
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user