1 — Instrumenting Web APIs
Purpose
[stub: instrumenting-web-apis]
Metadata
| Author | Amit Singh |
| Scope | observability |
Local graph
Related notes
4 — Auto vs. Manual Instrumentation
Four ways a span gets created — hand-written, framework-level auto-instrumentation, eBPF, and service-mesh sidecar capture — and the trade-off between code changes and business context each one makes.
5 — Label & Attribute Schema Design
Cardinality budget, naming conventions, and the high-churn label traps that turn a cheap metric into a production incident — the design discipline for the labels semantic conventions don't already cover for you.
1 — OpenTelemetry SDKs & Semantic Conventions
OpenTelemetry is a specification and an API/SDK, not a backend — the pieces that make it up, and the semantic-convention vocabulary that lets two unrelated teams' telemetry be queried the same way.
2 — Microservices
Covers instrumenting service-to-service calls consistently enough that a fleet-wide service graph and RED dashboard fall out for free.