Explorar o código

set OTEL_METRIC_EXPORT_INTERVAL=300000 on production

Yuki Takei hai 10 meses
pai
achega
a966123ac6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/app/.env.production

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

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