istio v1.13.3

Telemetry.spec.metrics[].overrides[].match (oneOf 1).spec.metrics.overrides.match

Match allows provides the scope of the override.

3 fields
Telemetry.spec.metrics[].overrides[].match (oneOf 1).spec.metrics.overrides.match fields and descriptions
Field / TypeDescription
customMetric
string

Allows free-form specification of a metric.

metric
string

One of the well-known Istio Standard Metrics.

  • enum: ["ALL_METRICS","REQUEST_COUNT","REQUEST_DURATION","REQUEST_SIZE","RESPONSE_SIZE","TCP_OPENED_CONNECTIONS","TCP_CLOSED_CONNECTIONS","TCP_SENT_BYTES","TCP_RECEIVED_BYTES","GRPC_REQUEST_MESSAGES","GRPC_RESPONSE_MESSAGES"]
mode
string

Controls which mode of metrics generation is selected: CLIENT and/or SERVER.

  • enum: ["CLIENT_AND_SERVER","CLIENT","SERVER"]