diff --git a/ai/rocky-ai.mdx b/ai/rocky-ai.mdx index 91f8f6d5..a6b44f62 100644 --- a/ai/rocky-ai.mdx +++ b/ai/rocky-ai.mdx @@ -4,7 +4,7 @@ description: "Learn about Rocky AI — Checkly's AI agent — and configuring an sidebarTitle: "Rocky AI" --- -Rocky AI is Checkly's AI agent. Rocky AI can help you automatically determine user impact and root cause on any failing check using error messages, code, check descriptions, metrics, traces and logs. +Rocky AI is Checkly's AI agent. Rocky AI can help you automatically determine user impact and root cause on any failing check using error messages, code, metrics, OTeL traces, trace routes, packet captures: essentially all artefact generated by a check or test. ## Rocky AI Capabilities diff --git a/images/rocky_ai_otel_spans.png b/images/rocky_ai_otel_spans.png new file mode 100644 index 00000000..21904d72 Binary files /dev/null and b/images/rocky_ai_otel_spans.png differ diff --git a/resolve/ai-root-cause-analysis/overview.mdx b/resolve/ai-root-cause-analysis/overview.mdx index 3316ec30..1521d5d2 100644 --- a/resolve/ai-root-cause-analysis/overview.mdx +++ b/resolve/ai-root-cause-analysis/overview.mdx @@ -21,14 +21,14 @@ Rocky AI — Checkly's Agent — can automatically analyze, categorize and summa /> -Using any available artifacts like error message, user code, check description, logs, metrics, trace routes, packet captures, Playwright traces, screenshots and other evidence, it will quickly assess what the impact is of a failure and what the underlying (possible) root cause is. It will also provide a suggested code fix for any check based on (Playwright) code. +Using any available artifacts like error message, user code, check description, logs, metrics, trace routes, Open Telemetry traces, packet captures, Playwright traces, screenshots and other evidence, it will quickly assess what the impact is of a failure and what the underlying (possible) root cause is. It will also provide a suggested code fix for any check based on (Playwright) code. ## Getting Started with Rocky AI Root Cause Analysis To use Rocky AI Root Cause Analysis, make sure [Rocky AI is enabled on its settings page](https://app.checklyhq.com/accounts/rocky-ai). - Rocky AI Root Cause Analysis is available for all synthetic and monitor check types in both testing and monitoring use cases. + Rocky AI Root Cause Analysis is available for all synthetic and monitor check types in both testing and monitoring use cases. ### Automatic analysis diff --git a/resolve/traces/overview.mdx b/resolve/traces/overview.mdx index 3b3afc32..19963ece 100644 --- a/resolve/traces/overview.mdx +++ b/resolve/traces/overview.mdx @@ -1,11 +1,13 @@ --- -title: Traces -description: 'Trace and debug requests and data flowing through your application and identify performance bottlenecks and failures.' -sidebarTitle: 'Overview' +title: "Traces" +description: "Trace and debug requests and data flowing through your application and identify performance bottlenecks and failures." +sidebarTitle: "Overview" --- -![Check result with OpenTelemetry trace](/images/docs/images/otel/otel_check_result.png) - +Check result with OpenTelemetry trace ## What is Distributed Tracing? @@ -26,51 +28,58 @@ With telemetry traces configured, you will have access to traces in all the plac To get started with Checkly Traces using OpenTelemetry, pick the scenario that best fits your needs. - - -Instrument your app and send traces directly to Checkly. No need for a 3rd party OTel backend. - - - -Send your infrastructure traces to Checkly to get contextualized check failure analysis. - + + + Instrument your app and send traces directly to Checkly. No need for a 3rd party OTel backend. + - + + Send your infrastructure traces to Checkly to get contextualized check failure analysis. + -Export check results as traces to your 3rd party OTel tooling - + + Export check results as traces to your 3rd party OTel tooling + - See this in action in the video below: - +