Explorar el Código

set OTEL_EXPORTER_OTLP_ENDPOINT

Yuki Takei hace 1 año
padre
commit
7c5e2d358f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/.env.production

+ 1 - 1
apps/app/.env.production

@@ -7,4 +7,4 @@ MIGRATIONS_DIR=dist/migrations/
 
 # OpenTelemetry Configuration
 OTEL_TRACES_SAMPLER_ARG=0.1
-
+OTEL_EXPORTER_OTLP_ENDPOINT="https://telemetry.growi.org"