Skip to content

Commit

Permalink
Add jaeger for development again (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecton authored Dec 3, 2021
1 parent 63c9bc9 commit 8853c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ requires that the `federation-demo` project is running:
Once the subgraphs are up and running, run Apollo Router with this command:

```shell
cargo run -- -s ./examples/local.graphql
cargo run --release -- -s ./examples/local.graphql -c examples/config-jaeger.yml
```

Go to https://studio.apollographql.com/sandbox/explorer to make queries and
Expand Down
2 changes: 2 additions & 0 deletions examples/config-jaeger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
opentelemetry:
jaeger:

0 comments on commit 8853c81

Please sign in to comment.