@@ -43,7 +43,7 @@ Workaround for hugo bug not rendering first table row
4343 <tr>
4444 <td id="adminui--image--tag">adminui.image.tag</td>
4545 <td>string</td>
46- <td>`"main-1.15 "`</td>
46+ <td>`"1.16.3 "`</td>
4747 <td>Web Console image tag</td>
4848 </tr>
4949 <tr>
@@ -301,7 +301,7 @@ Workaround for hugo bug not rendering first table row
301301 <tr>
302302 <td id="collector--config--exporters--prometheus--metric_expiration">collector.config.exporters.prometheus.metric_expiration</td>
303303 <td>string</td>
304- <td>`"180m "`</td>
304+ <td>`"5m "`</td>
305305 <td></td>
306306 </tr>
307307 <tr>
@@ -341,9 +341,21 @@ Workaround for hugo bug not rendering first table row
341341 <td></td>
342342 </tr>
343343 <tr>
344- <td id="collector--config--processors">collector.config.processors</td>
345- <td>object</td>
346- <td>`{}`</td>
344+ <td id="collector--config--processors--memory_limiter--check_interval">collector.config.processors.memory_limiter.check_interval</td>
345+ <td>string</td>
346+ <td>`"1s"`</td>
347+ <td></td>
348+ </tr>
349+ <tr>
350+ <td id="collector--config--processors--memory_limiter--limit_percentage">collector.config.processors.memory_limiter.limit_percentage</td>
351+ <td>int</td>
352+ <td>`80`</td>
353+ <td></td>
354+ </tr>
355+ <tr>
356+ <td id="collector--config--processors--memory_limiter--spike_limit_percentage">collector.config.processors.memory_limiter.spike_limit_percentage</td>
357+ <td>int</td>
358+ <td>`15`</td>
347359 <td></td>
348360 </tr>
349361 <tr>
@@ -383,9 +395,9 @@ Workaround for hugo bug not rendering first table row
383395 <td></td>
384396 </tr>
385397 <tr>
386- <td id="collector--config--service--pipelines--metrics--processors">collector.config.service.pipelines.metrics.processors</td>
387- <td>list </td>
388- <td>`[] `</td>
398+ <td id="collector--config--service--pipelines--metrics--processors[0] ">collector.config.service.pipelines.metrics.processors[0] </td>
399+ <td>string </td>
400+ <td>`"memory_limiter" `</td>
389401 <td></td>
390402 </tr>
391403 <tr>
@@ -457,7 +469,7 @@ Workaround for hugo bug not rendering first table row
457469 <tr>
458470 <td id="collector--resources">collector.resources</td>
459471 <td>object</td>
460- <td>`{}`</td>
472+ <td>`{"limits":{"cpu":"1","memory":"4Gi"},"requests":{"cpu":"250m","memory":"1Gi"} }`</td>
461473 <td>OpenTelemetry Collector Pod resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#resourcerequirements-v1-core</td>
462474 </tr>
463475 <tr>
@@ -658,6 +670,18 @@ Workaround for hugo bug not rendering first table row
658670 <td>`[]`</td>
659671 <td>Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core</td>
660672 </tr>
673+ <tr>
674+ <td id="developer--patches--stream--volumeMounts">developer.patches.stream.volumeMounts</td>
675+ <td>list</td>
676+ <td>`[]`</td>
677+ <td>Pod's container volume mounts. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volumemount-v1-core</td>
678+ </tr>
679+ <tr>
680+ <td id="developer--patches--stream--volumes">developer.patches.stream.volumes</td>
681+ <td>list</td>
682+ <td>`[]`</td>
683+ <td>Pod volumes. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#volume-v1-core</td>
684+ </tr>
661685 <tr>
662686 <td id="developer--showDebug">developer.showDebug</td>
663687 <td>bool</td>
@@ -823,7 +847,7 @@ Workaround for hugo bug not rendering first table row
823847 <tr>
824848 <td id="jobs--image--tag">jobs.image.tag</td>
825849 <td>string</td>
826- <td>`"main-1.15-jvm "`</td>
850+ <td>`"1.16.3 "`</td>
827851 <td>Operator Installation Jobs image tag</td>
828852 </tr>
829853 <tr>
@@ -871,7 +895,7 @@ Workaround for hugo bug not rendering first table row
871895 <tr>
872896 <td id="operator--image--tag">operator.image.tag</td>
873897 <td>string</td>
874- <td>`"main-1.15-jvm "`</td>
898+ <td>`"1.16.3 "`</td>
875899 <td>Operator image tag</td>
876900 </tr>
877901 <tr>
@@ -943,7 +967,7 @@ Workaround for hugo bug not rendering first table row
943967 <tr>
944968 <td id="restapi--image--tag">restapi.image.tag</td>
945969 <td>string</td>
946- <td>`"main-1.15-jvm "`</td>
970+ <td>`"1.16.3 "`</td>
947971 <td>REST API image tag</td>
948972 </tr>
949973 <tr>
0 commit comments