diff --git a/integrations/observability/coralogix.mdx b/integrations/observability/coralogix.mdx index f4fde063..e7353288 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, 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. + + 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.