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-metrics.mdrules/

titleimpacttags
Validate MetricsHIGHvalidate, metrics

Validate Metrics

Impact: HIGH

Verify metrics are being collected by Kopai.

Discover Available Metrics

npx @kopai/cli metrics discover --json

Search Specific Metric

npx @kopai/cli metrics search --type Gauge --name http_requests_total --json

Metric Types

TypeDescription
GaugePoint-in-time value
SumCumulative counter
HistogramDistribution of values
ExponentialHistogramExponential bucket histogram
SummaryPrecomputed quantiles (legacy)

Reference

Kopai CLI

SKILL.md

tile.json