mirror of https://github.com/istio/istio.io.git
fix: add missing labels in standard metrics (#10724)
* fix: add missing labels in standard metrics Refer to: https://github.com/istio/proxy/blob/master/extensions/common/istio_dimensions.h#L27-L52 * Update content/en/docs/reference/config/metrics/index.md Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com> Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
This commit is contained in:
parent
68f0f07545
commit
21f4c8696c
|
@ -117,4 +117,8 @@ For TCP traffic, Istio generates the following metrics:
|
|||
This is set by: `global.multiCluster.clusterName` at cluster install time.
|
||||
|
||||
* **Source Cluster**: This identifies the cluster of the source workload.
|
||||
This is set by: `global.multiCluster.clusterName` at cluster install time.
|
||||
This is set by: `global.multiCluster.clusterName` at cluster install time.
|
||||
|
||||
* **gRPC Response Status**: This identifies the response status of the gRPC. This
|
||||
label is present only on gRPC metrics.
|
||||
|
||||
|
|
Loading…
Reference in New Issue