Skip to content

Commit

Permalink
otel traces plugin
Browse files Browse the repository at this point in the history
fixes for endpoint filter

ok

fix stuff

ok

ok

ok

ok we have all info and bring back endpoint filter

ok let's see now

ok error handler now

typo

ok

ok getting there with the config

fix

otlp for wasm

ok wasm reporting is also accurate now

ok it works

improvements for datadog

ok

better error handling and reporting to otel of graphql errors

ok

ok

rename plugin

allow to customize service name
allow to customize all batch configs

ok getting there

fix test

ok

integration with query planner

ok

ok

replacing `tracing` with `minitrace` (#351)
  • Loading branch information
YassinEldeeb authored and dotansimha committed Jan 22, 2024
1 parent fa2b302 commit f8f7f62
Show file tree
Hide file tree
Showing 64 changed files with 2,708 additions and 352 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: tests
name: build & test
runs-on: ubuntu-22.04
steps:
- name: checkout
Expand All @@ -30,7 +30,9 @@ jobs:
run: cargo install -q worker-build && worker-build

- name: test
run: cargo test
run: cargo test -- --nocapture
env:
RUST_BACKTRACE: full

- name: install node
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: build docker images
timeout-minutes: 15
timeout-minutes: 20
id: docker-bake
uses: docker/bake-action@v4
env:
Expand Down Expand Up @@ -176,4 +176,4 @@ jobs:
file: target/${{ matrix.platform.target }}/release/conductor
asset_name: conductor-${{ matrix.platform.target }}
tag: ${{ github.ref }}
overwrite: true
overwrite: true
Loading

0 comments on commit f8f7f62

Please sign in to comment.