CtrlK
BlogDocsLog inGet started
Tessl Logo

kopai/otel-instrumentation

Instrument applications with OpenTelemetry SDK and validate telemetry using Kopai. Use when setting up observability, adding tracing/logging/metrics, testing instrumentation, debugging missing telemetry data, or when traces/logs/metrics aren't appearing after setup. Also use when users say things like "my traces aren't showing up", "I don't see any data", or "how do I add observability to my app".

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

troubleshoot-no-data.mdrules/

titleimpacttags
No Data ReceivedMEDIUMtroubleshoot, no-data

No Data Received

Impact: MEDIUM

Troubleshoot when no telemetry data appears in Kopai.

Checklist

  1. Check Kopai is running

    curl -X POST http://localhost:4318/v1/traces \
      -H "Content-Type: application/json" \
      -d '{"resourceSpans":[]}'
  2. Verify endpoint - Must be http://localhost:4318 (not 8000)

    echo $OTEL_EXPORTER_OTLP_ENDPOINT
  3. Check app logs - Look for OTEL export errors in application output

Reference

See troubleshoot-wrong-port.md for port confusion issues

SKILL.md

tile.json