Skip to content

Commit a273927

Browse files
committed
generate
1 parent 4935027 commit a273927

6 files changed

+51
-2
lines changed

bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-08-27T07:26:20Z"
102+
createdAt: "2024-08-30T15:14:42Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

bundle/community/manifests/opentelemetry.io_instrumentations.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ spec:
224224
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
225225
x-kubernetes-int-or-string: true
226226
type: object
227+
defaults:
228+
properties:
229+
useLabelsForResourceAttributes:
230+
type: boolean
231+
type: object
227232
dotnet:
228233
properties:
229234
env:

bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-08-27T07:26:23Z"
102+
createdAt: "2024-08-30T15:14:49Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

bundle/openshift/manifests/opentelemetry.io_instrumentations.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ spec:
224224
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
225225
x-kubernetes-int-or-string: true
226226
type: object
227+
defaults:
228+
properties:
229+
useLabelsForResourceAttributes:
230+
type: boolean
231+
type: object
227232
dotnet:
228233
properties:
229234
env:

config/crd/bases/opentelemetry.io_instrumentations.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@ spec:
222222
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
223223
x-kubernetes-int-or-string: true
224224
type: object
225+
defaults:
226+
properties:
227+
useLabelsForResourceAttributes:
228+
type: boolean
229+
type: object
225230
dotnet:
226231
properties:
227232
env:

docs/api.md

+34
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ InstrumentationSpec defines the desired state of OpenTelemetry SDK and instrumen
9595
ApacheHttpd defines configuration for Apache HTTPD auto-instrumentation.<br/>
9696
</td>
9797
<td>false</td>
98+
</tr><tr>
99+
<td><b><a href="#instrumentationspecdefaults">defaults</a></b></td>
100+
<td>object</td>
101+
<td>
102+
Defaults defines default values for the instrumentation.<br/>
103+
</td>
104+
<td>false</td>
98105
</tr><tr>
99106
<td><b><a href="#instrumentationspecdotnet">dotnet</a></b></td>
100107
<td>object</td>
@@ -887,6 +894,33 @@ only the result of this request.<br/>
887894
</table>
888895

889896

897+
### Instrumentation.spec.defaults
898+
<sup><sup>[↩ Parent](#instrumentationspec)</sup></sup>
899+
900+
901+
902+
Defaults defines default values for the instrumentation.
903+
904+
<table>
905+
<thead>
906+
<tr>
907+
<th>Name</th>
908+
<th>Type</th>
909+
<th>Description</th>
910+
<th>Required</th>
911+
</tr>
912+
</thead>
913+
<tbody><tr>
914+
<td><b>useLabelsForResourceAttributes</b></td>
915+
<td>boolean</td>
916+
<td>
917+
UseLabelsForResourceAttributes defines whether to use common labels for resource attributes.<br/>
918+
</td>
919+
<td>false</td>
920+
</tr></tbody>
921+
</table>
922+
923+
890924
### Instrumentation.spec.dotnet
891925
<sup><sup>[↩ Parent](#instrumentationspec)</sup></sup>
892926

0 commit comments

Comments
 (0)