docs: add tracing.endpoint to defaults.yaml (#6824)

* docs: add `tracing.endpoint` to defaults.yaml

* docs: describe tracing types in defaults.yaml
This commit is contained in:
Silvan 2023-11-24 13:38:52 +01:00 committed by GitHub
parent 8982e1aae3
commit 2ca88956b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,20 @@ Metrics:
Tracing:
# Choose one in "otel", "google", "log" and "none"
# Depending on the type there are different configuration options
# for type 'otel' is used for standard [open telemetry](https://opentelemetry.io)
# Fraction: 1.0
# Endpoint: 'otel.collector.endpoint'
#
# type 'log' or '' disables tracing
#
# for type 'google'
# ProjectID: ''
# Fraction: 1.0
Type: none # ZITADEL_TRACING_TYPE
Fraction: 1.0 # ZITADEL_TRACING_FRACTION
MetricPrefix: zitadel # ZITADEL_TRACING_METRICPREFIX
# The endpoint of the otel collector endpoint
Endpoint: '' #ZITADEL_TRACING_ENDPOINT
Telemetry:
# As long as Enabled is true, ZITADEL tries to send usage data to the configured Telemetry.Endpoints.