Skip to content

Commit

Permalink
Merge pull request #533 from cescoffier/features/remove-applicaiton-f…
Browse files Browse the repository at this point in the history
…rom-opentracing-guide

remove the application class form the open tracing guide
  • Loading branch information
cescoffier authored Jan 16, 2019
2 parents 334e668 + 96f1804 commit c47abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/opentracing-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ NOTE: Currently the tracer can only be configured to report spans directly to th
Once both the application and tracing system are started, you can make a request to the provided endpoint:

```
$ curl http://localhost:8080/app/hello
$ curl http://localhost:8080/hello
hello
```
When the first request has been submitted, the Jaeger tracer within the app will be initialized:
Expand Down

0 comments on commit c47abe5

Please sign in to comment.