Automator: update istio.io@ reference docs (#16337)

This commit is contained in:
Istio Automation 2025-03-20 22:12:42 -04:00 committed by GitHub
parent 95b697bcd8
commit 8ea8bd67bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 72 additions and 0 deletions

View File

@ -708,6 +708,29 @@ If that backend becomes unhealthy, traffic will sent to <code>us-east</code>.</l
</tr>
</tbody>
</table>
<h2 id="SidecarStatsCompression">sidecar.istio.io/statsCompression</h2>
<table class="annotations">
<tbody>
<tr>
<th>Name</th>
<td><code>sidecar.istio.io/statsCompression</code></td>
</tr>
<tr>
<th>Feature Status</th>
<td>Alpha</td>
</tr>
<tr>
<th>Resource Types</th>
<td>[Pod]</td>
</tr>
<tr>
<th>Description</th>
<td><p>Specifies the compression algorithm to use for stats emitted by the Envoy sidecar.
Supported values are <code>brotli</code>, <code>gzip</code>, and <code>zstd</code>.</p>
</td>
</tr>
</tbody>
</table>
<h2 id="SidecarStatsHistogramBuckets">sidecar.istio.io/statsHistogramBuckets</h2>
<table class="annotations">
<tbody>

View File

@ -1969,6 +1969,19 @@ See the <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
Defaults to true.</p>
</td>
</tr>
<tr id="HTTPRetry-backoff">
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-backoff">backoff</a></code></div>
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></div>
</div></td>
<td>
<p>Specifies the minimum duration between retry attempts.
If unset, default minimum duration of 25ms is used as base interval for exponetial backoff.
This has an impact on the total number of retries that will be attempted based on the <code>attempts</code> field
and route timeout. For example, with attempts is set to 3, backoff to 2s and timeout to 3s, the request will
be retried only once.</p>
</td>
</tr>
</tbody>

View File

@ -708,6 +708,29 @@ If that backend becomes unhealthy, traffic will sent to <code>us-east</code>.</l
</tr>
</tbody>
</table>
<h2 id="SidecarStatsCompression">sidecar.istio.io/statsCompression</h2>
<table class="annotations">
<tbody>
<tr>
<th>Name</th>
<td><code>sidecar.istio.io/statsCompression</code></td>
</tr>
<tr>
<th>Feature Status</th>
<td>Alpha</td>
</tr>
<tr>
<th>Resource Types</th>
<td>[Pod]</td>
</tr>
<tr>
<th>Description</th>
<td><p>Specifies the compression algorithm to use for stats emitted by the Envoy sidecar.
Supported values are <code>brotli</code>, <code>gzip</code>, and <code>zstd</code>.</p>
</td>
</tr>
</tbody>
</table>
<h2 id="SidecarStatsHistogramBuckets">sidecar.istio.io/statsHistogramBuckets</h2>
<table class="annotations">
<tbody>

View File

@ -1969,6 +1969,19 @@ See the <a href="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview
<p>Flag to specify whether the retries should ignore previously tried hosts during retry.
Defaults to true.</p>
</td>
</tr>
<tr id="HTTPRetry-backoff">
<td><div class="field"><div class="name"><code><a href="#HTTPRetry-backoff">backoff</a></code></div>
<div class="type"><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></div>
</div></td>
<td>
<p>Specifies the minimum duration between retry attempts.
If unset, default minimum duration of 25ms is used as base interval for exponetial backoff.
This has an impact on the total number of retries that will be attempted based on the <code>attempts</code> field
and route timeout. For example, with attempts is set to 3, backoff to 2s and timeout to 3s, the request will
be retried only once.</p>
</td>
</tr>
</tbody>