Skip to content

Commit 1e6fef3

Browse files
committed
chore: disable OTEL by default in guard service (#2522)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 38528db commit 1e6fef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After=network-online.target
1515
ConditionPathExists=/etc/rivet-server/
1616
1717
[Service]
18-
Environment="RIVET_OTEL_ENABLED=1"
18+
# OTEL is not enabled by default since it eats memory very quickly
1919
Environment="RIVET_OTEL_SAMPLER_RATIO=1"
2020
Environment="RIVET_SERVICE_NAME=guard"
2121
Environment="RIVET_NAMESPACE=__NAMESPACE__"

0 commit comments

Comments
 (0)