You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, flip on the "Ingest Traces" section, grab your OTel API key in the **Ingest traces** section of the [Open Telemetry Integration page in the Checkly app](https://app.checklyhq.com/settings/account/open-telemetry) and
9
+
Then, toggle on **Send Traces**, grab your OTel API key in the **OTel API keys** section of the [Open Telemetry Integration page in the Checkly app](https://app.checklyhq.com/settings/account/open-telemetry) and
10
10
take a note of the endpoint for the region you want to use.
11
11
12
-

12
+

13
13
14
14
Now, export your API key in your shell by setting the `OTEL_EXPORTER_OTLP_HEADERS` environment variable.
Copy file name to clipboardExpand all lines: site/content/docs/open-telemetry/_index.md
+8-14
Original file line number
Diff line number
Diff line change
@@ -12,25 +12,15 @@ beta: true
12
12
The OpenTelemetry integration is currently in **beta** and available for free on all plans.
13
13
Need help getting started? We offer a **free, 1:1 valet onboarding service** to help you instrument your stack with the
14
14
correct OpenTelemetry SDKs and enable tracing inside Checkly.
15
-
[Book an onboarding session right here](https://calendly.com/tim-nolet/checkly-open-telemetry)
15
+
[Book an onboarding session right here](https://calendly.com/maria-checkly/traces-onboarding)
16
16
{{< /info >}}
17
17
18
-
The Checkly OpenTelemetry (OTel) integration allows you to correlate synthetic monitoring checks with traces from your backend services. This integration is especially useful for two types of users:
19
-
20
-
-**Resolve issues quicker:** Resolve failing synthetic checks much quicker by correlating failing checks with backend & infrastructure traces. No more flipping between various 3rd party observability (o11y) systems.
21
-
-**Increase signal vs. noise:** Cut through the sea of o11y and focus on the data that correlates to critical and known business processes as exercised by synthetic monitoring checks.
22
-
-**Save money:** Send traces directly to Checkly, without signing up for another product or hosting an OTel solution yourself.
23
-
24
-

25
-
26
18
With OpenTelemetry enabled, you will have access to traces in all the places where it matters to more quickly resolve issues:
27
19
-**Check results:** resolve production outages faster by correlating failing checks with backend traces.
28
20
-**Test sessions:** understand any failures during test session execution.
29
21
-**Check Editors** get a live trace while building, editing and debugging check code.
0 commit comments