Add Tracing Spans to Clojure Code This skill helps you add OpenTelemetry (OTel) tracing spans to the Metabase backend codebase using the custom macro. Reference Files - - macro, group registry, SDK lifecycle, , Pyroscope integration - - macro that wraps Quartz jobs with root spans - - Module boundary configuration Module Architecture The tracing module has a deliberately minimal API surface. Only 2 namespaces are public (listed in in the module config): | Namespace | Role | Status | |---|---|---| | | Primary API: , groups, SDK lifecycle, Pyroscope, MDC, | Public API | | | Side-effect loader f…