mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: new tracing type none (#422)
This commit is contained in:
@@ -61,4 +61,7 @@ export ZITADEL_SHORT_CACHE_SHARED_MAXAGE=15m
|
||||
export ZITADEL_CONSOLE_ENV_DIR=../../console/src/assets/
|
||||
|
||||
#Org
|
||||
export ZITADEL_DEFAULT_DOMAIN=zitadel.ch
|
||||
export ZITADEL_DEFAULT_DOMAIN=zitadel.ch
|
||||
|
||||
#Tracing
|
||||
export TRACING_TYPE=google
|
@@ -4,7 +4,7 @@ Log:
|
||||
Format: text
|
||||
|
||||
Tracing:
|
||||
Type: google
|
||||
Type: $TRACING_TYPE
|
||||
Config:
|
||||
ProjectID: $ZITADEL_TRACING_PROJECT_ID
|
||||
MetricPrefix: ZITADEL-V1
|
||||
|
Reference in New Issue
Block a user