Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment on lines +18 to 19
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: RIVET_OTEL_SAMPLER_RATIO=1 has no effect if OTEL is disabled. Consider removing this line entirely to avoid confusion.

Environment="RIVET_SERVICE_NAME=guard"
Environment="RIVET_NAMESPACE=__NAMESPACE__"
Expand Down
Loading