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 21, 2022
1 parent 71cf481 commit 93324b6
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: Endpoint
type: string
- jsonPath: .spec.sampler.type
name: Sampler
type: string
- jsonPath: .spec.sampler.argument
name: Sampler Arg
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: Endpoint
type: string
- jsonPath: .spec.sampler.type
name: Sampler
type: string
- jsonPath: .spec.sampler.argument
name: Sampler Arg
type: string
name: v1alpha1
schema:
openAPIV3Schema:
Expand Down

0 comments on commit 93324b6

Please sign in to comment.