Service mesh observability is the inherent capability of a service mesh (like Istio or Linkerd) to generate, collect, and expose granular telemetry data for all inter-service communication it proxies. This provides a unified, infrastructure-level view of traffic flow, latency, errors, and dependencies across a distributed microservices architecture without requiring developers to manually instrument their application code. The mesh's sidecar proxies automatically capture this data as they manage service-to-service communication, security, and reliability.
