Skip to content

Commit

Permalink
Create otel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT committed Aug 4, 2023
1 parent b97829f commit 3927af2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugins/otel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: otel
spec:
homepage: https://github.com/agardnerit/kubectl-otel
shortDescription: Trace kubectl commands with OpenTelemetry
version: v0.1.0
description: |
Generate OpenTelemetry traces for any kubectl command
caveats: |
You must have the tracepusher binary in your path.
tracepusher is a standalone binary to generate OpenTelemetry spans.
See https://github.com/agardnerIT/kubectl-otel for details.
platforms:
- selector:
matchExpressions:
- key: os
operator: In
values:
- darwin
- linux
uri: https://github.com/agardnerIT/kubectl-otel/archive/refs/tags/0.1.0.tar.gz

0 comments on commit 3927af2

Please sign in to comment.