You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. -->
Copy file name to clipboardExpand all lines: packages/core/services/cluster/src/workflows/server/install/install_scripts/files/rivet_guard_configure.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ After=network-online.target
15
15
ConditionPathExists=/etc/rivet-server/
16
16
17
17
[Service]
18
-
Environment="RIVET_OTEL_ENABLED=1"
18
+
# OTEL is not enabled by default since it eats memory very quickly
0 commit comments