What this pack will do
- Wire OpenTelemetry SDK (Node.js / Python / Go) with auto-instrumentation bootstrap
- Generate OTLP exporter config: Honeycomb, Datadog, Grafana Tempo, Jaeger, self-hosted Collector
- Scaffold custom span instrumentation for business-critical paths (checkout, auth, job queues)
- Add structured logging pipeline: JSON log schema, correlation IDs, request/response logging middleware
- Generate Datadog APM integration: tracer init, service map tagging, rum config
- Generate Honeycomb integration: dataset config, derived columns, SLO alert setup
- Scaffold error tracking: Sentry wiring with source maps, release tracking, alert rules
- Add health check endpoints:
/health (liveness) + /ready (readiness) with dependency checks
- Generate SLI/SLO definitions: latency p50/p95/p99 targets, error rate, availability
- Scaffold alerting runbooks: PagerDuty + Slack + Discord webhook templates per alert tier
- Add distributed trace propagation through queues (SQS, Kafka, BullMQ, Inngest)
- Generate dashboard-as-code: Grafana JSON model for key service dashboards
- Scaffold canary analysis: metrics comparison before/after deploy
- Add cost instrumentation: per-request LLM cost tracking, token counting, budget alerts
Why Pro-only
Observability wiring is fiddly — every combination of exporter, framework, and cloud provider requires different SDK versions, init order, and sampling config. Wrong setup means missing traces in production when you need them most. Correct setup takes a senior engineer 1–2 days per service. This pack collapses that to minutes.
Coming in v4.2
This skill is scaffolded. Full implementation ships in v4.2. Sign up at commanderplugin.com/pro to get notified and receive early access.
Tier check
This skill checks isPro() from commander/cowork-plugin/lib/license.js before running. If your license tier is starter, it surfaces an upgrade prompt and exits cleanly — no partial scaffolding, no silent failure.
Reference
1---2name: ccc-pro-observability3description: OpenTelemetry, Honeycomb, Datadog, and structured logging wiring · Pro tier only4---56## What this pack will do78- Wire OpenTelemetry SDK (Node.js / Python / Go) with auto-instrumentation bootstrap9- Generate OTLP exporter config: Honeycomb, Datadog, Grafana Tempo, Jaeger, self-hosted Collector10- Scaffold custom span instrumentation for business-critical paths (checkout, auth, job queues)11- Add structured logging pipeline: JSON log schema, correlation IDs, request/response logging middleware12- Generate Datadog APM integration: tracer init, service map tagging, rum config13- Generate Honeycomb integration: dataset config, derived columns, SLO alert setup14- Scaffold error tracking: Sentry wiring with source maps, release tracking, alert rules15- Add health check endpoints: `/health` (liveness) + `/ready` (readiness) with dependency checks16- Generate SLI/SLO definitions: latency p50/p95/p99 targets, error rate, availability17- Scaffold alerting runbooks: PagerDuty + Slack + Discord webhook templates per alert tier18- Add distributed trace propagation through queues (SQS, Kafka, BullMQ, Inngest)19- Generate dashboard-as-code: Grafana JSON model for key service dashboards20- Scaffold canary analysis: metrics comparison before/after deploy21- Add cost instrumentation: per-request LLM cost tracking, token counting, budget alerts2223## Why Pro-only2425Observability wiring is fiddly — every combination of exporter, framework, and cloud provider requires different SDK versions, init order, and sampling config. Wrong setup means missing traces in production when you need them most. Correct setup takes a senior engineer 1–2 days per service. This pack collapses that to minutes.2627## Coming in v4.22829This skill is scaffolded. Full implementation ships in v4.2. Sign up at [commanderplugin.com/pro](https://commanderplugin.com/pro) to get notified and receive early access.3031## Tier check3233This skill checks `isPro()` from `commander/cowork-plugin/lib/license.js` before running. If your license tier is `starter`, it surfaces an upgrade prompt and exits cleanly — no partial scaffolding, no silent failure.3435## Reference3637- [Pricing and tiers](https://commanderplugin.com/pricing)38- [Free vs Pro comparison](https://commanderplugin.com/free-vs-pro)39- [License activation](/plugin/license-activation)