From 93324b60891b378b499df6202d310ed0a150df0c Mon Sep 17 00:00:00 2001 From: Benedikt Bongartz Date: Thu, 17 Feb 2022 10:46:14 +0100 Subject: [PATCH] regenerate instrumentations Signed-off-by: Benedikt Bongartz --- bundle/manifests/opentelemetry.io_instrumentations.yaml | 9 +++++++++ config/crd/bases/opentelemetry.io_instrumentations.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/bundle/manifests/opentelemetry.io_instrumentations.yaml b/bundle/manifests/opentelemetry.io_instrumentations.yaml index 666e5f0dd2..d00551d3a7 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: Endpoint + type: string + - jsonPath: .spec.sampler.type + name: Sampler + type: string + - jsonPath: .spec.sampler.argument + name: Sampler Arg + 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..b31e5fedc1 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: Endpoint + type: string + - jsonPath: .spec.sampler.type + name: Sampler + type: string + - jsonPath: .spec.sampler.argument + name: Sampler Arg + type: string name: v1alpha1 schema: openAPIV3Schema: