diff --git a/bundle/manifests/opentelemetry.io_instrumentations.yaml b/bundle/manifests/opentelemetry.io_instrumentations.yaml index 666e5f0dd2..24002fa121 100644 --- a/bundle/manifests/opentelemetry.io_instrumentations.yaml +++ b/bundle/manifests/opentelemetry.io_instrumentations.yaml @@ -23,6 +23,15 @@ spec: - jsonPath: .metadata.creationTimestamp name: Age type: date + - jsonPath: .spec.exporter.endpoint + name: OTEL-Endpoint + type: string + - jsonPath: .spec.sampler.type + name: Sample-Type + type: string + - jsonPath: .spec.sampler.argument + name: Sample-Rate + type: string name: v1alpha1 schema: openAPIV3Schema: diff --git a/config/crd/bases/opentelemetry.io_instrumentations.yaml b/config/crd/bases/opentelemetry.io_instrumentations.yaml index d333be829d..67e7f350b9 100644 --- a/config/crd/bases/opentelemetry.io_instrumentations.yaml +++ b/config/crd/bases/opentelemetry.io_instrumentations.yaml @@ -22,6 +22,15 @@ spec: - jsonPath: .metadata.creationTimestamp name: Age type: date + - jsonPath: .spec.exporter.endpoint + name: OTEL-Endpoint + type: string + - jsonPath: .spec.sampler.type + name: Sample-Type + type: string + - jsonPath: .spec.sampler.argument + name: Sample-Rate + type: string name: v1alpha1 schema: openAPIV3Schema: