Skip to content

Commit

Permalink
Merge pull request #582 from Mossaka/otel-wasmtime
Browse files Browse the repository at this point in the history
feat(containerd-shim-wasm): add OpenTelemetry tracing library and feature
  • Loading branch information
Mossaka authored Jul 23, 2024
2 parents c3b6589 + ef53564 commit e037d6a
Show file tree
Hide file tree
Showing 16 changed files with 824 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action-test-smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
name: test-img
path: dist
- name: enable OTLP
if: ${{ inputs.runtime == 'wasmtime' }}
run: |
sudo ./scripts/setup-otel.sh
- name: run
timeout-minutes: 5
run: |
Expand Down
246 changes: 243 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ FEATURES_wasmedge = --no-default-features
WARNINGS =
endif

# turn opentelemetry feature on
FEATURES_wasm ?= -F opentelemetry

DOCKER_BUILD ?= docker buildx build

KIND_CLUSTER_NAME ?= containerd-wasm
Expand Down
Loading

0 comments on commit e037d6a

Please sign in to comment.