install
source · Clone the upstream repo
git clone https://github.com/MacPhobos/research-mind
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MacPhobos/research-mind "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/universal-observability-opentelemetry" ~/.claude/skills/macphobos-research-mind-universal-observability-opentelemetry && rm -rf "$T"
manifest:
.claude/skills/universal-observability-opentelemetry/skill.mdsource content
OpenTelemetry
Quick Start (signal design)
- Export OTLP via an OpenTelemetry Collector (vendor-neutral endpoint).
- Standardize resource attributes:
,service.name
,service.version
.deployment.environment - Start with auto-instrumentation, then add manual spans and log correlation.
Load Next (References)
— traces/metrics/logs, context propagation, sampling, semantic conventionsreferences/concepts.md
— Collector pipelines, processors, deployment patterns, tail samplingreferences/collector-and-otlp.md
— manual spans, propagation pitfalls, cardinality, debuggingreferences/instrumentation-and-troubleshooting.md