mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
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:
parent
8982e1aae3
commit
2ca88956b4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user