Skip to content

Commit

Permalink
hotfix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Nov 8, 2024
1 parent 152715f commit 04e0993
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
- test-linux-sanitizers
steps:
- name: Post logs to Sig Noz
run: |
ls -l -a
ls -l -a ./result/
export OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true
opentelemetry-instrument \
--traces_exporter console,otlp \
--metrics_exporter console,otlp \
--logs_exporter console,otlp \
--service_name nightly-build \
python3 ./example.py
run: |
ls -l -a
ls -l -a ./result/
export OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED=true
opentelemetry-instrument \
--traces_exporter console,otlp \
--metrics_exporter console,otlp \
--logs_exporter console,otlp \
--service_name nightly-build \
python3 ./example.py
test-linux-gcc:
name: Linux placeholder testing with gcc
Expand Down

0 comments on commit 04e0993

Please sign in to comment.