From wshobson-service-mesh-observability
Guide to observability patterns for Istio, Linkerd, and service meshes: distributed tracing, metrics, dashboards, SLOs. Use when debugging latency, errors, or setting up mesh monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wshobson-service-mesh-observability:service-mesh-observabilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments.
Complete guide to observability patterns for Istio, Linkerd, and service mesh deployments.
┌─────────────────────────────────────────────────────┐
│ Observability │
├─────────────────┬─────────────────┬─────────────────┤
│ Metrics │ Traces │ Logs │
│ │ │ │
│ • Request rate │ • Span context │ • Access logs │
│ • Error rate │ • Latency │ • Error details │
│ • Latency P50 │ • Dependencies │ • Debug info │
│ • Saturation │ • Bottlenecks │ • Audit trail │
└─────────────────┴─────────────────┴─────────────────┘
| Signal | Description | Alert Threshold |
|---|---|---|
| Latency | Request duration P50, P99 | P99 > 500ms |
| Traffic | Requests per second | Anomaly detection |
| Errors | 5xx error rate | > 1% |
| Saturation | Resource utilization | > 80% |
Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
3plugins reuse this skill
First indexed Jul 7, 2026
npx claudepluginhub p/wshobson-wshobson-service-mesh-observability-plugins-cloud-infrastructure-skills-service-mesh-observabilityGuide to observability patterns for Istio, Linkerd, and service meshes: distributed tracing, metrics, dashboards, SLOs. Use when debugging latency, errors, or setting up mesh monitoring.
Guides observability setup for Istio and Linkerd service meshes, covering distributed tracing, metrics, dashboards, and SLOs for debugging latency and errors.
Implements observability for service meshes (Istio, Linkerd) including distributed tracing, metrics, and visualization. Use for mesh monitoring, latency debugging, and SLOs.