Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions integrations/observability/coralogix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Note>
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.
</Note>

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.

Expand Down