Skip to content

Commit

Permalink
regenerate instrumentations
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus committed Feb 17, 2022
1 parent c549bb7 commit 920fea0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bundle/manifests/opentelemetry.io_instrumentations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions config/crd/bases/opentelemetry.io_instrumentations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 920fea0

Please sign in to comment.