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