mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#8689)
This commit is contained in:
parent
40e39adde9
commit
2f00b66c0a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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’s match condition.
|
||||
This condition will evaluate to false if the filter chain has no destination</em>port match.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
|
|||
Loading…
Reference in New Issue