diff --git a/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh b/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh index 180d1b86b5..56b4d5ae1f 100644 --- a/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh +++ b/packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh @@ -15,7 +15,7 @@ After=network-online.target ConditionPathExists=/etc/rivet-server/ [Service] -Environment="RIVET_OTEL_ENABLED=1" +# OTEL is not enabled by default since it eats memory very quickly Environment="RIVET_OTEL_SAMPLER_RATIO=1" Environment="RIVET_SERVICE_NAME=guard" Environment="RIVET_NAMESPACE=__NAMESPACE__"