Skip to content

Commit 29af783

Browse files
committed
bump
Signed-off-by: Daniel Hawton <daniel.hawton@solo.io>
1 parent 3f54b84 commit 29af783

File tree

35 files changed

+1319
-281
lines changed

35 files changed

+1319
-281
lines changed

content/en/boilerplates/snips/args.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
####################################################################################################
2222

2323
! IFS=$'\n' read -r -d '' bpsnip_args_gateway_api_version <<\ENDSNIP
24-
v1.3.0
24+
v1.4.0
2525
ENDSNIP
2626

2727
! IFS=$'\n' read -r -d '' bpsnip_args_istio_previous_version <<\ENDSNIP

content/en/boilerplates/snips/gateway-api-gamma-experimental.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
####################################################################################################
2222

2323
bpsnip_gateway_api_gamma_experimental_install_experimental_crds() {
24-
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.3.0" | kubectl apply -f -
24+
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.4.0" | kubectl apply -f -
2525
}
2626

2727
bpsnip_gateway_api_gamma_experimental_enable_alpha_crds() {

content/en/boilerplates/snips/gateway-api-install-crds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

2323
bpsnip_gateway_api_install_crds_install_crds() {
2424
kubectl get crd gateways.gateway.networking.k8s.io &> /dev/null || \
25-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
25+
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml
2626
}

content/en/boilerplates/snips/gateway-api-remove-crds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
####################################################################################################
2222

2323
bpsnip_gateway_api_remove_crds_remove_crds() {
24-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.3.0/standard-install.yaml
24+
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.4.0/standard-install.yaml
2525
}

content/en/docs/reference/commands/install-cni/index.html

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,15 @@ <h2 id="envvars">Environment variables</h2>
574574
WARNING: Setting compliance policy in the control plane is a necessary but
575575
not a sufficient requirement to achieve compliance. There are additional
576576
steps necessary to claim compliance, including using the validated
577-
cryptograhic modules (please consult
577+
cryptographic modules (please consult
578578
https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fips-140-2).</td>
579579
</tr>
580+
<tr id='disable-shadow-host-suffix'>
581+
<td><a href='#disable-shadow-host-suffix'><code>DISABLE_SHADOW_HOST_SUFFIX</code></a></td>
582+
<td>Boolean</td>
583+
<td><code>true</code></td>
584+
<td>If disabled, the shadow host suffix will be added to the hostnames of the mirrored requests.</td>
585+
</tr>
580586
<tr id='dry-run-file-path'>
581587
<td><a href='#dry-run-file-path'><code>DRY_RUN_FILE_PATH</code></a></td>
582588
<td>String</td>
@@ -947,18 +953,6 @@ <h2 id="envvars">Environment variables</h2>
947953
<td><code>false</code></td>
948954
<td>This will disable metrics endpoint from outside of the pod, allowing only localhost access.</td>
949955
</tr>
950-
<tr id='metric-graceful-deletion-interval'>
951-
<td><a href='#metric-graceful-deletion-interval'><code>METRIC_GRACEFUL_DELETION_INTERVAL</code></a></td>
952-
<td>Time Duration</td>
953-
<td><code>5m0s</code></td>
954-
<td>Metric expiry graceful deletion interval. No-op if METRIC_ROTATION_INTERVAL is disabled.</td>
955-
</tr>
956-
<tr id='metric-rotation-interval'>
957-
<td><a href='#metric-rotation-interval'><code>METRIC_ROTATION_INTERVAL</code></a></td>
958-
<td>Time Duration</td>
959-
<td><code>0s</code></td>
960-
<td>Metric scope rotation interval, set to 0 to disable the metric scope rotation</td>
961-
</tr>
962956
<tr id='monitoring-port'>
963957
<td><a href='#monitoring-port'><code>MONITORING_PORT</code></a></td>
964958
<td>Integer</td>
@@ -1406,7 +1400,7 @@ <h2 id="envvars">Environment variables</h2>
14061400
<tr id='pilot-spawn-upstream-span-for-gateway'>
14071401
<td><a href='#pilot-spawn-upstream-span-for-gateway'><code>PILOT_SPAWN_UPSTREAM_SPAN_FOR_GATEWAY</code></a></td>
14081402
<td>Boolean</td>
1409-
<td><code>false</code></td>
1403+
<td><code>true</code></td>
14101404
<td>If true, separate tracing span for each upstream request for gateway.</td>
14111405
</tr>
14121406
<tr id='pilot-status-max-workers'>
@@ -1657,6 +1651,7 @@ <h2 id="metrics">Exported metrics</h2>
16571651
<tr><td><code>pilot_xds_expired_nonce</code></td><td><code>Sum</code></td><td>Total number of XDS requests with an expired nonce.</td></tr>
16581652
<tr><td><code>pilot_xds_lds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected LDS.</td></tr>
16591653
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
1654+
<tr><td><code>pilot_xds_recv_max</code></td><td><code>LastValue</code></td><td>The maximum size request we have received so far.</td></tr>
16601655
<tr><td><code>pilot_xds_send_time</code></td><td><code>Distribution</code></td><td>Total time in seconds Pilot takes to send generated configuration.</td></tr>
16611656
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
16621657
<tr><td><code>provider_lookup_cluster_failures</code></td><td><code>Sum</code></td><td>Number of times a cluster lookup failed</td></tr>

content/en/docs/reference/commands/istioctl/index.html

Lines changed: 78 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ <h4 id="istioctl-admin Examples">Examples</h4>
141141
</code></pre>
142142
<h3 id="istioctl-admin-log">istioctl admin log</h3>
143143
<p>Retrieve or update logging levels of istiod components.</p>
144-
<pre class="language-bash"><code>istioctl admin log [&lt;pod-name&gt;]|[-r|--revision] [--level &lt;scope&gt;:&lt;level&gt;][--stack-trace-level &lt;scope&gt;:&lt;level&gt;]|[--reset]|[--output|-o short|json|yaml] [flags]
144+
<pre class="language-bash"><code>istioctl admin log [&lt;pod-name&gt;]|[-r|--revision] [--level &lt;scope&gt;:&lt;level&gt;][--stack-trace-level &lt;scope&gt;:&lt;level&gt;]|[--reset|--log-reset|--stack-trace-reset]|[--output|-o short|json|yaml] [flags]
145145
</code></pre>
146146
<div class="aliases">
147-
<pre class="language-bash"><code>istioctl admin l [&lt;pod-name&gt;]|[-r|--revision] [--level &lt;scope&gt;:&lt;level&gt;][--stack-trace-level &lt;scope&gt;:&lt;level&gt;]|[--reset]|[--output|-o short|json|yaml] [flags]
147+
<pre class="language-bash"><code>istioctl admin l [&lt;pod-name&gt;]|[-r|--revision] [--level &lt;scope&gt;:&lt;level&gt;][--stack-trace-level &lt;scope&gt;:&lt;level&gt;]|[--reset|--log-reset|--stack-trace-reset]|[--output|-o short|json|yaml] [flags]
148148
</code></pre></div>
149149
<table class="command-flags">
150150
<thead>
@@ -201,6 +201,11 @@ <h3 id="istioctl-admin-log">istioctl admin log</h3>
201201
<td>Comma-separated list of output logging level for scopes in the format of &lt;scope&gt;:&lt;level&gt;[,&lt;scope&gt;:&lt;level&gt;,...]. Possible values for &lt;level&gt;: none, error, warn, info, debug (default ``)</td>
202202
</tr>
203203
<tr>
204+
<td><code>--log-reset</code></td>
205+
<td></td>
206+
<td>Reset log levels to default value. (info) </td>
207+
</tr>
208+
<tr>
204209
<td><code>--namespace &lt;string&gt;</code></td>
205210
<td><code>-n</code></td>
206211
<td>Kubernetes namespace (default ``)</td>
@@ -213,7 +218,7 @@ <h3 id="istioctl-admin-log">istioctl admin log</h3>
213218
<tr>
214219
<td><code>--reset</code></td>
215220
<td></td>
216-
<td>Reset levels to default value. (info) </td>
221+
<td>Reset all levels to default value. (info) </td>
217222
</tr>
218223
<tr>
219224
<td><code>--revision &lt;string&gt;</code></td>
@@ -231,6 +236,11 @@ <h3 id="istioctl-admin-log">istioctl admin log</h3>
231236
<td>Comma-separated list of stack trace level for scopes in the format of &lt;scope&gt;:&lt;stack-trace-level&gt;[,&lt;scope&gt;:&lt;stack-trace-level&gt;,...]. Possible values for &lt;stack-trace-level&gt;: none, error, warn, info, debug (default ``)</td>
232237
</tr>
233238
<tr>
239+
<td><code>--stack-trace-reset</code></td>
240+
<td></td>
241+
<td>Reset stack stace levels to default value. (none) </td>
242+
</tr>
243+
<tr>
234244
<td><code>--vklog &lt;Level&gt;</code></td>
235245
<td></td>
236246
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -244,14 +254,20 @@ <h4 id="istioctl-admin-log Examples">Examples</h4>
244254
# Retrieve information about istiod logging levels on a specific control plane pod.
245255
istioctl admin l istiod-5c868d8bdd-pmvgg
246256

247-
# Update levels of the specified loggers.
248-
istioctl admin log --level ads:debug,authorization:debug
257+
# Update levels of the specified loggers and stack trace.
258+
istioctl admin log --level ads:debug,authorization:debug --stack-trace-level ads:debug,adsc:debug
249259

250260
# Retrieve information about istiod logging levels for a specified revision.
251261
istioctl admin log --revision v1
252262

253263
# Reset levels of all the loggers to default value (info).
254-
istioctl admin log --reset
264+
istioctl admin log --log-reset
265+
266+
# Reset all stack stace levels to default value. (none)
267+
istioctl admin log --stack-trace-reset
268+
269+
# Reset levels of all the loggers and stack stace to default value.
270+
istioctl admin log --log-reset
255271

256272
</code></pre>
257273
<h3 id="istioctl-analyze">istioctl analyze</h3>
@@ -606,6 +622,11 @@ <h3 id="istioctl-bug-report">istioctl bug-report</h3>
606622
<td>Set a specific directory for output archive file. (default ``)</td>
607623
</tr>
608624
<tr>
625+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
626+
<td></td>
627+
<td>Envoy proxy admin port (default `15000`)</td>
628+
</tr>
629+
<tr>
609630
<td><code>--rq-concurrency &lt;int&gt;</code></td>
610631
<td></td>
611632
<td>Set the concurrency limit of requests to the Kubernetes API server, defaults to 32. (default `0`)</td>
@@ -746,6 +767,11 @@ <h3 id="istioctl-bug-report-version">istioctl bug-report version</h3>
746767
<td>Set a specific directory for output archive file. (default ``)</td>
747768
</tr>
748769
<tr>
770+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
771+
<td></td>
772+
<td>Envoy proxy admin port (default `15000`)</td>
773+
</tr>
774+
<tr>
749775
<td><code>--rq-concurrency &lt;int&gt;</code></td>
750776
<td></td>
751777
<td>Set the concurrency limit of requests to the Kubernetes API server, defaults to 32. (default `0`)</td>
@@ -2437,6 +2463,11 @@ <h3 id="istioctl-experimental-authz-check">istioctl experimental authz check</h3
24372463
<td>Kubernetes namespace (default ``)</td>
24382464
</tr>
24392465
<tr>
2466+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
2467+
<td></td>
2468+
<td>Envoy proxy admin port (default `15000`)</td>
2469+
</tr>
2470+
<tr>
24402471
<td><code>--vklog &lt;Level&gt;</code></td>
24412472
<td></td>
24422473
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
@@ -2782,14 +2813,19 @@ <h3 id="istioctl-experimental-describe-pod">istioctl experimental describe pod</
27822813
<td>Kubernetes namespace (default ``)</td>
27832814
</tr>
27842815
<tr>
2816+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
2817+
<td></td>
2818+
<td>Envoy proxy admin port (default `15000`)</td>
2819+
</tr>
2820+
<tr>
27852821
<td><code>--vklog &lt;Level&gt;</code></td>
27862822
<td></td>
27872823
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
27882824
</tr>
27892825
</tbody>
27902826
</table>
27912827
<h4 id="istioctl-experimental-describe-pod Examples">Examples</h4>
2792-
<pre class="language-bash"><code> #Pod query with inferred namespace (current context&#39;s namespace)
2828+
<pre class="language-bash"><code> # Pod query with inferred namespace (current context&#39;s namespace)
27932829
istioctl experimental describe pod helloworld-v1-676yyy3y5r-d8hdl
27942830

27952831
# Pod query with explicit namespace
@@ -2861,14 +2897,19 @@ <h3 id="istioctl-experimental-describe-service">istioctl experimental describe s
28612897
<td>Kubernetes namespace (default ``)</td>
28622898
</tr>
28632899
<tr>
2900+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
2901+
<td></td>
2902+
<td>Envoy proxy admin port (default `15000`)</td>
2903+
</tr>
2904+
<tr>
28642905
<td><code>--vklog &lt;Level&gt;</code></td>
28652906
<td></td>
28662907
<td>number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)</td>
28672908
</tr>
28682909
</tbody>
28692910
</table>
28702911
<h4 id="istioctl-experimental-describe-service Examples">Examples</h4>
2871-
<pre class="language-bash"><code> #Service query with inferred namespace (current context&#39;s namespace)
2912+
<pre class="language-bash"><code> # Service query with inferred namespace (current context&#39;s namespace)
28722913
istioctl experimental describe service productpage
28732914

28742915
# Service query with explicit namespace
@@ -3175,6 +3216,11 @@ <h3 id="istioctl-experimental-internal-debug">istioctl experimental internal-deb
31753216
<td>Kubernetes configuration file (default ``)</td>
31763217
</tr>
31773218
<tr>
3219+
<td><code>--list</code></td>
3220+
<td><code>-L</code></td>
3221+
<td>List all supported debug types. </td>
3222+
</tr>
3223+
<tr>
31783224
<td><code>--namespace &lt;string&gt;</code></td>
31793225
<td><code>-n</code></td>
31803226
<td>Kubernetes namespace (default ``)</td>
@@ -3223,6 +3269,9 @@ <h4 id="istioctl-experimental-internal-debug Examples">Examples</h4>
32233269
# Retrieve sync diff for a single Envoy and Istiod
32243270
istioctl x internal-debug syncz istio-egressgateway-59585c5b9c-ndc59.istio-system
32253271

3272+
# List all supported debug types
3273+
istioctl x internal-debug --list
3274+
32263275
# SECURITY OPTIONS
32273276

32283277
# Retrieve syncz debug information directly from the control plane, using token security
@@ -3515,6 +3564,11 @@ <h3 id="istioctl-experimental-proxy-status">istioctl experimental proxy-status</
35153564
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
35163565
</tr>
35173566
<tr>
3567+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
3568+
<td></td>
3569+
<td>Envoy proxy admin port (default `15000`)</td>
3570+
</tr>
3571+
<tr>
35183572
<td><code>--revision &lt;string&gt;</code></td>
35193573
<td><code>-r</code></td>
35203574
<td>Control plane revision (default ``)</td>
@@ -6145,6 +6199,11 @@ <h3 id="istioctl-proxy-status">istioctl proxy-status</h3>
61456199
<td>Use plain-text HTTP/2 when connecting to server (no TLS). </td>
61466200
</tr>
61476201
<tr>
6202+
<td><code>--proxy-admin-port &lt;int&gt;</code></td>
6203+
<td></td>
6204+
<td>Envoy proxy admin port (default `15000`)</td>
6205+
</tr>
6206+
<tr>
61486207
<td><code>--revision &lt;string&gt;</code></td>
61496208
<td><code>-r</code></td>
61506209
<td>Control plane revision (default ``)</td>
@@ -8461,9 +8520,15 @@ <h2 id="envvars">Environment variables</h2>
84618520
WARNING: Setting compliance policy in the control plane is a necessary but
84628521
not a sufficient requirement to achieve compliance. There are additional
84638522
steps necessary to claim compliance, including using the validated
8464-
cryptograhic modules (please consult
8523+
cryptographic modules (please consult
84658524
https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fips-140-2).</td>
84668525
</tr>
8526+
<tr id='disable-shadow-host-suffix'>
8527+
<td><a href='#disable-shadow-host-suffix'><code>DISABLE_SHADOW_HOST_SUFFIX</code></a></td>
8528+
<td>Boolean</td>
8529+
<td><code>true</code></td>
8530+
<td>If disabled, the shadow host suffix will be added to the hostnames of the mirrored requests.</td>
8531+
</tr>
84678532
<tr id='enable-100-continue-headers'>
84688533
<td><a href='#enable-100-continue-headers'><code>ENABLE_100_CONTINUE_HEADERS</code></a></td>
84698534
<td>Boolean</td>
@@ -8888,18 +8953,6 @@ <h2 id="envvars">Environment variables</h2>
88888953
<td><code>false</code></td>
88898954
<td>This will disable metrics endpoint from outside of the pod, allowing only localhost access.</td>
88908955
</tr>
8891-
<tr id='metric-graceful-deletion-interval'>
8892-
<td><a href='#metric-graceful-deletion-interval'><code>METRIC_GRACEFUL_DELETION_INTERVAL</code></a></td>
8893-
<td>Time Duration</td>
8894-
<td><code>5m0s</code></td>
8895-
<td>Metric expiry graceful deletion interval. No-op if METRIC_ROTATION_INTERVAL is disabled.</td>
8896-
</tr>
8897-
<tr id='metric-rotation-interval'>
8898-
<td><a href='#metric-rotation-interval'><code>METRIC_ROTATION_INTERVAL</code></a></td>
8899-
<td>Time Duration</td>
8900-
<td><code>0s</code></td>
8901-
<td>Metric scope rotation interval, set to 0 to disable the metric scope rotation</td>
8902-
</tr>
89038956
<tr id='mutex-profile-fraction'>
89048957
<td><a href='#mutex-profile-fraction'><code>MUTEX_PROFILE_FRACTION</code></a></td>
89058958
<td>Integer</td>
@@ -9329,7 +9382,7 @@ <h2 id="envvars">Environment variables</h2>
93299382
<tr id='pilot-spawn-upstream-span-for-gateway'>
93309383
<td><a href='#pilot-spawn-upstream-span-for-gateway'><code>PILOT_SPAWN_UPSTREAM_SPAN_FOR_GATEWAY</code></a></td>
93319384
<td>Boolean</td>
9332-
<td><code>false</code></td>
9385+
<td><code>true</code></td>
93339386
<td>If true, separate tracing span for each upstream request for gateway.</td>
93349387
</tr>
93359388
<tr id='pilot-status-max-workers'>
@@ -9499,6 +9552,7 @@ <h2 id="metrics">Exported metrics</h2>
94999552
<tr><td><code>pilot_k8s_cfg_events</code></td><td><code>Sum</code></td><td>Events from k8s config.</td></tr>
95009553
<tr><td><code>pilot_k8s_endpoints_pending_pod</code></td><td><code>LastValue</code></td><td>Number of endpoints that do not currently have any corresponding pods.</td></tr>
95019554
<tr><td><code>pilot_k8s_endpoints_with_no_pods</code></td><td><code>Sum</code></td><td>Endpoints that does not have any corresponding pods.</td></tr>
9555+
<tr><td><code>pilot_k8s_proxies_with_no_service_targets</code></td><td><code>Sum</code></td><td>Number of proxies that do not have any corresponding service targets.</td></tr>
95029556
<tr><td><code>pilot_k8s_reg_events</code></td><td><code>Sum</code></td><td>Events from k8s registry.</td></tr>
95039557
<tr><td><code>pilot_no_ip</code></td><td><code>LastValue</code></td><td>Pods not found in the endpoint table, possibly invalid.</td></tr>
95049558
<tr><td><code>pilot_proxy_convergence_time</code></td><td><code>Distribution</code></td><td>Delay in seconds between config change and a proxy receiving all required configuration.</td></tr>
@@ -9524,6 +9578,7 @@ <h2 id="metrics">Exported metrics</h2>
95249578
<tr><td><code>pilot_xds_push_time</code></td><td><code>Distribution</code></td><td>Total time in seconds Pilot takes to push lds, rds, cds and eds.</td></tr>
95259579
<tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr>
95269580
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
9581+
<tr><td><code>pilot_xds_recv_max</code></td><td><code>LastValue</code></td><td>The maximum size request we have received so far.</td></tr>
95279582
<tr><td><code>pilot_xds_send_time</code></td><td><code>Distribution</code></td><td>Total time in seconds Pilot takes to send generated configuration.</td></tr>
95289583
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
95299584
<tr><td><code>provider_lookup_cluster_failures</code></td><td><code>Sum</code></td><td>Number of times a cluster lookup failed</td></tr>
@@ -9538,7 +9593,7 @@ <h2 id="metrics">Exported metrics</h2>
95389593
<tr><td><code>startup_duration_seconds</code></td><td><code>LastValue</code></td><td>The time from the process starting to being marked ready.</td></tr>
95399594
<tr><td><code>wasm_cache_entries</code></td><td><code>LastValue</code></td><td>number of Wasm remote fetch cache entries.</td></tr>
95409595
<tr><td><code>wasm_cache_lookup_count</code></td><td><code>Sum</code></td><td>number of Wasm remote fetch cache lookups.</td></tr>
9541-
<tr><td><code>wasm_config_conversion_count</code></td><td><code>Sum</code></td><td>number of Wasm config conversion count and results, including success, no remote load, marshal failure, remote fetch failure, miss remote fetch hint.</td></tr>
9596+
<tr><td><code>wasm_config_conversion_count</code></td><td><code>Sum</code></td><td>number of Wasm config conversions and results, including success, no remote load, marshal failure, remote fetch failure, miss remote fetch hint.</td></tr>
95429597
<tr><td><code>wasm_config_conversion_duration</code></td><td><code>Distribution</code></td><td>Total time in milliseconds istio-agent spends on converting remote load in Wasm config.</td></tr>
95439598
<tr><td><code>wasm_remote_fetch_count</code></td><td><code>Sum</code></td><td>number of Wasm remote fetches and results, including success, download failure, and checksum mismatch.</td></tr>
95449599
<tr><td><code>webhook_patch_attempts_total</code></td><td><code>Sum</code></td><td>Webhook patching attempts</td></tr>

0 commit comments

Comments
 (0)