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
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
| title | impact | tags |
|---|---|---|
| Missing Spans | MEDIUM | troubleshoot, spans |
Impact: MEDIUM
Troubleshoot when expected spans are missing.
SDK initialization - Ensure SDK is initialized before app code runs
Auto-instrumentation - Check auto-instrumentation is installed for your frameworks
# Node.js example
npm ls @opentelemetry/auto-instrumentations-nodeService name - Verify service name is set
echo $OTEL_SERVICE_NAMESearch broader - Try searching without filters first
npx @kopai/cli traces search --limit 50 --jsonCheck language-specific setup in lang-*.md files
rules