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

This commit is contained in:
Istio Automation 2020-12-17 18:17:30 -08:00 committed by GitHub
parent 40e39adde9
commit 2f00b66c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -934,6 +934,18 @@ No
<td>
<p>Use an OpenCensus tracer exporting to an OpenCensus agent.</p>
</td>
<td>
No
</td>
</tr>
<tr id="Tracing-sampling">
<td><code>sampling</code></td>
<td><code>double</code></td>
<td>
<p>The percentage of requests (0.0 - 100.0) that will be randomly selected for trace generation,
if not requested by the client or not forced. Default is 1.0.</p>
</td>
<td>
No

View File

@ -678,6 +678,18 @@ No
to <code>envoy.filters.network.http_connection_manager</code> to add a filter or apply a
patch to the HTTP connection manager.</p>
</td>
<td>
No
</td>
</tr>
<tr id="EnvoyFilter-ListenerMatch-FilterChainMatch-destination_port">
<td><code>destinationPort</code></td>
<td><code>uint32</code></td>
<td>
<p>The destination<em>port value used by a filter chain&rsquo;s match condition.
This condition will evaluate to false if the filter chain has no destination</em>port match.</p>
</td>
<td>
No