March 2020
Intermediate to advanced
626 pages
14h 45m
English
Istio collects a number of metrics automatically by default. Metrics can be added or removed by changing the configuration at any time. Let's take a look:
$ kubectl -n istio-system get attributemanifestNAME AGEistioproxy 5dkubernetes 5d
As we can see, Kubernetes has its own set of manifest attributes. Istio also provides a set of manifest attributes.
$ kubectl -n istio-system get attributemanifest istioproxy -o yaml...spec: attributes: check.error_code:... check.error_code: valueType: INT64 check.error_message: valueType: STRING connection.duration: ...
Read now
Unlock full access