From 0d45d07fec0269c80ea6f39d517835a1c21c647e Mon Sep 17 00:00:00 2001 From: tdehan86 Date: Tue, 20 Jan 2026 21:56:58 +0100 Subject: [PATCH 1/2] docs: clarify what's included in Coralogix integration Add 'What's included' section listing traces, HTTP instrumentation, and correlation metadata. Add note clarifying that metrics are not included and linking to Prometheus integration for metrics export. --- integrations/observability/coralogix.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/integrations/observability/coralogix.mdx b/integrations/observability/coralogix.mdx index f4fde063..dcfaa609 100644 --- a/integrations/observability/coralogix.mdx +++ b/integrations/observability/coralogix.mdx @@ -55,6 +55,18 @@ Each trace will have the following metadata added to it as **tags**: Using these tags, you can create filters, dashboards and slice & dice your Checkly data as your runs are executed and ingested into Coralogix as traces. +### What's included + +- Traces for every check execution +- HTTP request instrumentation with W3C headers +- Trace correlation metadata + + +Check **metrics** (response times, success rates, uptime) are not sent through this integration. To include metrics +in Coralogix, scrape them via the [Prometheus integration](https://www.checklyhq.com/docs/integrations/observability/prometheus-v2/) +and forward to Coralogix using an OpenTelemetry Collector. + + If you are using a different trace header than the standard `traceparent`, you can configure this header in the *custom trace header* field in the integration settings. From dab83baa2a695f5fdcd8724dc519570e98754c8e Mon Sep 17 00:00:00 2001 From: TDN06 Date: Tue, 27 Jan 2026 15:06:17 +0100 Subject: [PATCH 2/2] Update integrations/observability/coralogix.mdx Make sens to keep names closer to what we have Co-authored-by: Laura Guo <48332483+guolau@users.noreply.github.com> --- integrations/observability/coralogix.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/observability/coralogix.mdx b/integrations/observability/coralogix.mdx index dcfaa609..e7353288 100644 --- a/integrations/observability/coralogix.mdx +++ b/integrations/observability/coralogix.mdx @@ -62,8 +62,8 @@ ingested into Coralogix as traces. - Trace correlation metadata -Check **metrics** (response times, success rates, uptime) are not sent through this integration. To include metrics -in Coralogix, scrape them via the [Prometheus integration](https://www.checklyhq.com/docs/integrations/observability/prometheus-v2/) +Check **metrics** (response times, availability, etc.) are not sent through this integration. To send these metrics +to Coralogix, scrape them via the [Prometheus integration](https://www.checklyhq.com/docs/integrations/observability/prometheus-v2/) and forward to Coralogix using an OpenTelemetry Collector.