@@ -99,13 +99,13 @@ 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-03-06T12:12 :41Z"
102
+ createdAt : " 2024-03-06T15:58 :41Z"
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
106
106
repository : github.com/open-telemetry/opentelemetry-operator
107
107
support : OpenTelemetry Community
108
- name : opentelemetry-operator.v0.95.0
108
+ name : opentelemetry-operator.v0.93.0-70-gc56078f
109
109
namespace : placeholder
110
110
spec :
111
111
apiservicedefinitions : {}
@@ -188,8 +188,55 @@ spec:
188
188
displayName : Create ServiceMonitors for OpenTelemetry Collector
189
189
path : targetAllocator.observability.metrics.enableMetrics
190
190
version : v1alpha1
191
- - kind : OpenTelemetryCollector
191
+ - description : OpenTelemetryCollector is the Schema for the opentelemetrycollectors
192
+ API.
193
+ displayName : OpenTelemetry Collector
194
+ kind : OpenTelemetryCollector
192
195
name : opentelemetrycollectors.opentelemetry.io
196
+ resources :
197
+ - kind : ConfigMaps
198
+ name : " "
199
+ version : v1
200
+ - kind : DaemonSets
201
+ name : " "
202
+ version : apps/v1
203
+ - kind : Deployment
204
+ name : " "
205
+ version : apps/v1
206
+ - kind : Pod
207
+ name : " "
208
+ version : v1
209
+ - kind : Service
210
+ name : " "
211
+ version : v1
212
+ - kind : StatefulSets
213
+ name : " "
214
+ version : apps/v1
215
+ specDescriptors :
216
+ - description : ObservabilitySpec defines how telemetry data gets handled.
217
+ displayName : Observability
218
+ path : observability
219
+ - description : Metrics defines the metrics configuration for operands.
220
+ displayName : Metrics Config
221
+ path : observability.metrics
222
+ - description : EnableMetrics specifies if ServiceMonitor or PodMonitor(for sidecar
223
+ mode) should be created for the service managed by the OpenTelemetry Operator.
224
+ The operator.observability.prometheus feature gate must be enabled to use
225
+ this feature.
226
+ displayName : Create ServiceMonitors for OpenTelemetry Collector
227
+ path : observability.metrics.enableMetrics
228
+ - description : ObservabilitySpec defines how telemetry data gets handled.
229
+ displayName : Observability
230
+ path : targetAllocator.observability
231
+ - description : Metrics defines the metrics configuration for operands.
232
+ displayName : Metrics Config
233
+ path : targetAllocator.observability.metrics
234
+ - description : EnableMetrics specifies if ServiceMonitor or PodMonitor(for sidecar
235
+ mode) should be created for the service managed by the OpenTelemetry Operator.
236
+ The operator.observability.prometheus feature gate must be enabled to use
237
+ this feature.
238
+ displayName : Create ServiceMonitors for OpenTelemetry Collector
239
+ path : targetAllocator.observability.metrics.enableMetrics
193
240
version : v1beta1
194
241
description : |-
195
242
OpenTelemetry is a collection of tools, APIs, and SDKs. You use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis in order to understand your software's performance and behavior.
@@ -441,7 +488,7 @@ spec:
441
488
- --zap-log-level=info
442
489
- --zap-time-encoding=rfc3339nano
443
490
- --feature-gates=+operator.autoinstrumentation.go,+operator.autoinstrumentation.nginx
444
- image : ghcr .io/open-telemetry /opentelemetry-operator/opentelemetry-operator:0.95.0
491
+ image : docker .io/pavolloffay /opentelemetry-operator:dev-c56078f-1709740716
445
492
livenessProbe :
446
493
httpGet :
447
494
path : /healthz
@@ -549,7 +596,7 @@ spec:
549
596
minKubeVersion : 1.23.0
550
597
provider :
551
598
name : OpenTelemetry Community
552
- version : 0.95.0
599
+ version : 0.93.0-70-gc56078f
553
600
webhookdefinitions :
554
601
- admissionReviewVersions :
555
602
- v1alpha1
0 commit comments