mirror of https://github.com/istio/istio.io.git
Remove "Telemetry V2" usages (#15339)
* Remove "Telemetry V2" usages Signed-off-by: Faseela K <faseela.k@est.tech> * Update content/en/docs/ops/deployment/performance-and-scalability/index.md Co-authored-by: John Howard <john.howard@solo.io> --------- Signed-off-by: Faseela K <faseela.k@est.tech> Co-authored-by: John Howard <john.howard@solo.io>
This commit is contained in:
parent
4bd2224cd5
commit
6064a5d586
|
|
@ -71,7 +71,7 @@ Data plane performance depends on many factors, for example:
|
||||||
- Number of proxy worker threads
|
- Number of proxy worker threads
|
||||||
- Protocol
|
- Protocol
|
||||||
- CPU cores
|
- CPU cores
|
||||||
- Number and types of proxy filters, specifically telemetry v2 related filters.
|
- Various proxy features. In particular, telemetry filters (logging, tracing, and metrics) are known to have a moderate impact.
|
||||||
|
|
||||||
The latency, throughput, and the proxies' CPU and memory consumption are measured as a function of said factors.
|
The latency, throughput, and the proxies' CPU and memory consumption are measured as a function of said factors.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ the example application throughout this task. For installation instructions, see
|
||||||
|
|
||||||
## Enable custom metrics
|
## Enable custom metrics
|
||||||
|
|
||||||
To customize telemetry v2 metrics, for example, to add `request_host`
|
To customize telemetry metrics, for example, to add `request_host`
|
||||||
and `destination_port` dimensions to the `requests_total` metric emitted by both
|
and `destination_port` dimensions to the `requests_total` metric emitted by both
|
||||||
gateways and sidecars in the inbound and outbound direction, use the following:
|
gateways and sidecars in the inbound and outbound direction, use the following:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue