Skip to content

Commit 137d99c

Browse files
NathanFlurryMasterPtato
authored andcommitted
chore: disable OTEL by default in guard service
1 parent c6bfdf2 commit 137d99c

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)