Skip to main content
Requirements: Go ≥ 1.21

1. Environment

2. Install packages

Create an otelsetup package that builds a TracerProvider and a LoggerProvider (OTLP HTTP). Call it once from main before serving traffic.

3. Framework instrumentation

4. Log library bridges

Traces alone are not enough for the onboarding connection check — bridge your logger.

Install

Wire

After you create a LoggerProvider pointed at Tracelit:

Produce signals

5. Verify

Produce one INFO log and one ERROR log, then use Check connection in onboarding (or open Logs in the dashboard). Continue only when both appear.