phy-otel-audit — OpenTelemetry Instrumentation Auditor Scans your source code for 10 classes of missing or misconfigured OpenTelemetry instrumentation that cause invisible blind spots in your traces: unspanned HTTP handlers, DB calls outside trace context, swallowed span errors, missing service.name attributes, and more. Quick Start The 10 Checks | ID | Severity | Check | |----|----------|-------| | OT001 | HIGH | No OTel SDK imported anywhere — zero instrumentation | | OT002 | HIGH | HTTP handler without span creation | | OT003 | HIGH | Database/cache call outside active span | | OT004 | HIG…