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 |
|---|---|---|
| Validate Traces | HIGH | validate, traces |
Impact: HIGH
Verify traces are being collected by Kopai.
npx @kopai/cli traces search --service my-service --limit 10 --jsonnpx @kopai/cli traces get <traceId> --jsonnpx @kopai/cli traces search --span-name "GET /api/users" --jsonnpx @kopai/cli traces search --span-attr "http.method=GET" --json
npx @kopai/cli traces search --resource-attr "k8s.pod.name=web-1" --jsonrules