Skip to content

Commit 8b3fabb

Browse files
authored
update with configuration diagrams (#1300)
tiny tweaks for clarity
1 parent 983aaa5 commit 8b3fabb

File tree

6 files changed

+17
-11
lines changed

6 files changed

+17
-11
lines changed
229 KB
Loading
305 KB
Loading
Binary file not shown.

site/content/docs/traces-open-telemetry/_index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ aliases:
1212
---
1313

1414

15-
> Checkly Traces are OpenTelemetry native and available on all plans.
15+
> Checkly Traces are OpenTelemetry native and available on all plans.
1616
> Need help getting started? We offer a **free, 1:1 onboarding service** to help you instrument your stack with the
1717
> correct OpenTelemetry SDKs and enable tracing inside Checkly.
1818
> [Book an onboarding session right here](https://calendly.com/maria-checkly/traces-onboarding).
1919
20-
With Traces configured, you will have access to traces in all the places where it matters to more quickly resolve issues:
21-
- **Check results:** resolve production outages faster by correlating failing checks with backend traces.
20+
With telemetry traces configured, you will have access to traces in all the places where it matters to more quickly resolve issues:
21+
22+
- **Check results:** resolve production outages faster by correlating failing checks with infrastructure traces.
2223
- **Test sessions:** understand any failures during test session execution.
2324
- **Check editors:** get a live trace while building, editing and debugging check code.
2425

@@ -40,8 +41,8 @@ To get started with Checkly Traces using OpenTelemetry, pick the scenario that b
4041
{{< doc-card
4142
class="three-column-card"
4243
headerTag="h3"
43-
title="I want to see traces in Checkly"
44-
description="Send your backend traces to Checkly to get contextualized check failure analysis."
44+
title="I already have an OTEL Collector"
45+
description="Send your infrastructure traces to Checkly to get contextualized check failure analysis."
4546
img="/docs/images/icons/opentelemetry.svg"
4647
link="/docs/traces-open-telemetry/importing-traces/"
4748
>}}

site/content/docs/traces-open-telemetry/importing-traces/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ menu:
88
parent: "Traces"
99
---
1010

11-
Send your 3rd party backend OpenTelemetry traces to Checkly. Inspect and drill down to why a check failed or degraded.
11+
Send your infrastructure OpenTelemetry traces to Checkly. Inspect and drill down to why a check failed or degraded.
12+
13+
![OTEL Collector Diagram with Checkly Traces](/docs/images/otel/checkly-traces-otel-collector-diagram.png)
1214

1315
<!--more-->
1416

site/content/docs/traces-open-telemetry/instrumenting-code/_index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ aliases:
1111
- "/docs/open-telemetry/instrumenting-code/"
1212
---
1313

14-
If you are completely new to OpenTelemetry, you should start by instrumenting your web facing application code with the
15-
relevant OTel libraries. This will allow you to send traces directly to Checkly without setting up a 3rd party [OpenTelemetry collector](/learn/opentelemetry/what-is-the-otel-collector/).
14+
Use OpenTelemetry SDKs and libraries to instrument your applications and services. Send traces directly to Checkly without setting up an [OpenTelemetry collector](/learn/opentelemetry/what-is-the-otel-collector/).
15+
16+
If you are new to OpenTelemetry, start by instrumenting your web facing application code with the relevant OpenTelemetry SDKs and libraries.
17+
18+
![OTEL App Diagram with Checkly Traces](/docs/images/otel/checkly-traces-instrument-app-diagram.png)
19+
1620
<!--more-->
17-
Below you will find instructions on how to instrument your popular languages and frameworks, and how to send traces to Checkly.
21+
Below you will find instructions on how to instrument your code, and how to send traces to Checkly. Select your coding language / framework to begin:
1822

1923
## Languages
2024

@@ -93,5 +97,4 @@ Below you will find instructions on how to instrument your popular languages and
9397
</div>
9498
<br>
9599
96-
If you don't find the language or framework you are using in the list above, you can always reference the
97-
[OpenTelemetry Languages docs](https://opentelemetry.io/docs/languages/) directly.
100+
> If you don't find the language or framework you are using in the list above, you can find all languages and frameworks there's OpenTelemetry support in the [OpenTelemetry Instrumentation docs](https://opentelemetry.io/docs/languages/).

0 commit comments

Comments
 (0)