mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#7585)
This commit is contained in:
parent
c2b28ac0af
commit
05880546c7
|
|
@ -388,6 +388,21 @@ added by configuring the telemetry extension. Each additional tag needs to be pr
|
|||
Extra tags emitted by the telemetry extensions must be listed here so that they can be processed
|
||||
and exposed as Prometheus metrics.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="ProxyConfig-termination_drain_duration">
|
||||
<td><code>terminationDrainDuration</code></td>
|
||||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></code></td>
|
||||
<td>
|
||||
<p>The amount of time allowed for connections to complete on proxy shutdown.
|
||||
On receiving SIGTERM or SIGINT, istio-agent tells the active Envoy to start draining,
|
||||
preventing any new connections and allowing existing connections to complete. It then
|
||||
sleeps for the termination<em>drain</em>duration and then kills any remaining active Envoy processes.
|
||||
If not set, a default of 5s will be applied.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
@ -1100,21 +1115,6 @@ In this case, it is recommended to disable aggregation on that deployment with t
|
|||
<code>prometheus.istio.io/merge-metrics: "false"</code> annotation.
|
||||
If not specified, this will be enabled by default.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="MeshConfig-termination_drain_duration">
|
||||
<td><code>terminationDrainDuration</code></td>
|
||||
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#duration">Duration</a></code></td>
|
||||
<td>
|
||||
<p>The amount of time allowed for connections to complete on proxy shutdown.
|
||||
On receiving SIGTERM or SIGINT, istio-agent tells the active Envoy to start draining,
|
||||
preventing any new connections and allowing existing connections to complete. It then
|
||||
sleeps for the termination<em>drain</em>duration and then kills any remaining active Envoy processes.
|
||||
If not set, a default of 5s will be applied.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
|
|||
Loading…
Reference in New Issue