Skip to content

Commit

Permalink
add post telemetry in regular workflow; to be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Nov 8, 2024
1 parent e3c58a3 commit f92fd87
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ jobs:
always() && !cancelled()
secrets: inherit

post-telemetry:
name: Post test results in Open Telemetry format
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
needs:
- test-linux-sanitizers
steps:
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
uses: ./.github/workflows/gcc-linux-nix-check.yml
Expand Down

0 comments on commit f92fd87

Please sign in to comment.