File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ueo pipefail
33
4+ echo " DEBUG [command]: TRACEPARENT at hook start: ${TRACEPARENT:- NOT SET} "
5+ echo " DEBUG [command]: BUILDKITE_TRACING_BACKEND: ${BUILDKITE_TRACING_BACKEND:- NOT SET} "
6+ echo " DEBUG [command]: BUILDKITE_TRACE_CONTEXT: ${BUILDKITE_TRACE_CONTEXT:- NOT SET} "
7+ echo " DEBUG [command]: All OTEL/TRACE/BUILDKITE_TRACING vars:"
8+ env | grep -E " (OTEL|TRACE|BUILDKITE_TRACING)" || echo " (none)"
9+
410DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
511
612# shellcheck source=lib/shared.bash
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -ueo pipefail
33
4+ echo " DEBUG [pre-command]: TRACEPARENT at hook start: ${TRACEPARENT:- NOT SET} "
5+ echo " DEBUG [pre-command]: OTEL vars at hook start:"
6+ env | grep -E " (OTEL|TRACE)" || echo " (none)"
7+
48DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
59
610# shellcheck source=lib/shared.bash
You can’t perform that action at this time.
0 commit comments