667 B
667 B
Observe service mesh through ALS
Envoy ALS(access log service) provides fully logs about RPC routed, including HTTP and TCP.
You need three steps to open ALS.
- Right now, Istio pilot hasn't supported to open ALS, so you have to change pilot codes.
- Open SkyWalking envoy receiver.
- Active ALS k8s-mesh analysis
envoy-metric:
default:
alsHTTPAnalysis:
- k8s-mesh
Notice, only use this when using envoy under Istio controlled.
Otherwise, you need to implement your own ALSHTTPAnalysis and register it to receiver.