File tree 6 files changed +51
-2
lines changed
6 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ metadata:
99
99
categories : Logging & Tracing,Monitoring
100
100
certified : " false"
101
101
containerImage : ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102
- createdAt : " 2024-08-27T07:26:20Z "
102
+ createdAt : " 2024-08-30T15:14:42Z "
103
103
description : Provides the OpenTelemetry components, including the Collector
104
104
operators.operatorframework.io/builder : operator-sdk-v1.29.0
105
105
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
Original file line number Diff line number Diff line change @@ -224,6 +224,11 @@ spec:
224
224
pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
225
225
x-kubernetes-int-or-string : true
226
226
type : object
227
+ defaults :
228
+ properties :
229
+ useLabelsForResourceAttributes :
230
+ type : boolean
231
+ type : object
227
232
dotnet :
228
233
properties :
229
234
env :
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ metadata:
99
99
categories : Logging & Tracing,Monitoring
100
100
certified : " false"
101
101
containerImage : ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102
- createdAt : " 2024-08-27T07:26:23Z "
102
+ createdAt : " 2024-08-30T15:14:49Z "
103
103
description : Provides the OpenTelemetry components, including the Collector
104
104
operators.operatorframework.io/builder : operator-sdk-v1.29.0
105
105
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
Original file line number Diff line number Diff line change @@ -224,6 +224,11 @@ spec:
224
224
pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
225
225
x-kubernetes-int-or-string : true
226
226
type : object
227
+ defaults :
228
+ properties :
229
+ useLabelsForResourceAttributes :
230
+ type : boolean
231
+ type : object
227
232
dotnet :
228
233
properties :
229
234
env :
Original file line number Diff line number Diff line change @@ -222,6 +222,11 @@ spec:
222
222
pattern : ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
223
223
x-kubernetes-int-or-string : true
224
224
type : object
225
+ defaults :
226
+ properties :
227
+ useLabelsForResourceAttributes :
228
+ type : boolean
229
+ type : object
225
230
dotnet :
226
231
properties :
227
232
env :
Original file line number Diff line number Diff line change @@ -95,6 +95,13 @@ InstrumentationSpec defines the desired state of OpenTelemetry SDK and instrumen
95
95
ApacheHttpd defines configuration for Apache HTTPD auto-instrumentation.<br/>
96
96
</td>
97
97
<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>
98
105
</tr><tr>
99
106
<td><b><a href="#instrumentationspecdotnet">dotnet</a></b></td>
100
107
<td>object</td>
@@ -887,6 +894,33 @@ only the result of this request.<br/>
887
894
</table>
888
895
889
896
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
+
890
924
### Instrumentation.spec.dotnet
891
925
<sup><sup>[↩ Parent](#instrumentationspec)</sup></sup>
892
926
You can’t perform that action at this time.
0 commit comments