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

validate-traces.mdrules/

titleimpacttags
Validate TracesHIGHvalidate, traces

Validate Traces

Impact: HIGH

Verify traces are being collected by Kopai.

List Recent Traces

npx @kopai/cli traces search --service my-service --limit 10 --json

Get Specific Trace

npx @kopai/cli traces get <traceId> --json

Search by Span Name

npx @kopai/cli traces search --span-name "GET /api/users" --json

Search by Attributes

npx @kopai/cli traces search --span-attr "http.method=GET" --json
npx @kopai/cli traces search --resource-attr "k8s.pod.name=web-1" --json

Reference

Kopai CLI

SKILL.md

tile.json