Checkly

AI Tools

Description

Checkly enables you to quickly test, monitor, and observe your apps and APIs using Playwright and OpenTelemetry in a single workflow.

Configuration

You can send data to a Checkly using the OpenTelemetry Destination.

Configuration Options

Checkly Access Key

You will also need to provide the access key for your Checkly instance.

Option

Description

Collector Endpoint

https://otel.eu-west-1.checklyhq.com/

Route Processor Configuration

Because Checkly only accepts Checkly-related spans, you will need to configure a Route Processor to send those spans to your destination. Use this conditional statement to route the spans to the destintation.

if trace_state: checkly=true


  Last updated