Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add otel #3289

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions plugins/otel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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
sha256: 345d6260820be1def9c51929fe16ad26bcbefde46794d141b0ba746516ee3eb4
bin: ./kubectl-otel-0.1.0/kubectl-otel