Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update instrumenting.mdx #625

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/instrumenting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Selecting **Apply for future apps** will automatically generate distributed trac
## Adding Jaeger as a destination

In the next step, you will be asked to select a destination for your traces.
Scroll down to to the self hosted destinations and click on **Jaeger**.
Scroll down to the self hosted destinations and click on **Jaeger**.

![Select Jaeger](/images/choose_jaeger.png)

Expand All @@ -32,4 +32,4 @@ Enter any name you want for the destination, and enter `jaeger.tracing:4317` as

<Frame>
<img src="/images/jaeger_connection.png" alt="Jaeger connection details" />
</Frame>
</Frame>
Loading