Skip to content

Commit

Permalink
Redisable experimental minimal observability
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Apr 12, 2024
1 parent 3c2ae4d commit ff61e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.0
3.9.1
2 changes: 1 addition & 1 deletion package/usr/bin/gitaptly_update
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -f /usr/bin/opentelemetry_shell.sh ]; then
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT="$OTLP_LOGS_ENDPOINT"
export OTEL_EXPORTER_OTLP_LOGS_HEADERS=authorization=$(echo "$OTLP_LOGS_HEADER" | jq -Rr @uri)
export OTEL_SHELL_EXPERIMENTAL_OBSERVE_PIPES=TRUE
export OTEL_SHELL_EXPERIMENTAL_INSTRUMENT_MINIMALLY=TRUE
# export OTEL_SHELL_EXPERIMENTAL_INSTRUMENT_MINIMALLY=TRUE
source otel.sh
fi
cd /var/lib/gitaptly
Expand Down

0 comments on commit ff61e64

Please sign in to comment.