You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+9
Original file line number
Diff line number
Diff line change
@@ -9828,6 +9828,13 @@ OpenTelemetryCollectorSpec defines the desired state of OpenTelemetryCollector.
9828
9828
ServiceAccount indicates the name of an existing service account to use with this instance. When set, the operator will not automatically create a ServiceAccount for the collector.<br/>
9829
9829
</td>
9830
9830
<td>false</td>
9831
+
</tr><tr>
9832
+
<td><b>shareProcessNamespace</b></td>
9833
+
<td>boolean</td>
9834
+
<td>
9835
+
ShareProcessNamespace indicates if the pod's containers should share process namespace.<br/>
@@ -18566,6 +18573,8 @@ TargetAllocator indicates a value which determines whether to spawn a target all
18566
18573
<td>string</td>
18567
18574
<td>
18568
18575
FilterStrategy determines how to filter targets before allocating them among the collectors. The only current option is relabel-config (drops targets based on prom relabel_config).<br/>
0 commit comments