HTTP support in Kuma
It the former case, Kuma
can provide deep insights down to application-level transactions, in the latter case the observability is limited to connection-level statistics.
By doing this,
- you will get reacher metrics with
Traffic Metrics
policy - you will get reacher logs with policy
- you will be able to use
Traffic Trace
policy
E.g.,
On Kubernetes
E.g.,
kind: Service
metadata:
name: web
namespace: kuma-example
annotations:
spec:
selector:
app: web
ports:
- port: 8080