skippy-metrics
Use this skill for telemetry attributes, lifecycle instrumentation, and benchmark/report integration.
Ownership
crates/skippy-metrics owns shared attribute names. Stage servers may emit
OTLP/telemetry, but request-path serving must not block on telemetry export.
crates/metrics-server owns benchmark/debug telemetry ingest, SQLite storage,
run lifecycle, and canonical report export.
Mesh API runtime status is not a telemetry dump. Keep public runtime status backend-neutral and stable; expose backend details only when intentionally part of the status shape.
Validation
cargo test -p skippy-server --lib
cargo test -p mesh-llm --lib
Keep canonical benchmark report export in metrics-server rather than inside
stage serving.