Skip to content

Commit

Permalink
add helm trace
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Gardner <[email protected]>
  • Loading branch information
agardnerIT committed Aug 12, 2023
1 parent cfa9021 commit 6d10301
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Want to do a similar thing with logs? Check out [logpusher](https://agardnerit.g

- [Trace CICD Pipelines with OpenTelemetry](https://github.com/agardnerIT/tracepusher/blob/main/samples/gitlab/README.md)
- [Trace shell scripts with OpenTelemetry](https://github.com/agardnerIT/tracepusher/blob/main/samples/script.sh)
- [Trace Helm with tracepusher](https://github.com/agardnerit/helm-trace)
- [Trace Helm with tracepusher](usage/helm.md)
- [Use tracepusher in a CICD system](usage/ci.md)
- Trace anything with OpenTelemetry

Expand Down
18 changes: 18 additions & 0 deletions docs/usage/helm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Trace Helm with Tracepusher

It is possible to trace `helm` commands using tracepusher.

Just add the word `trace` to any regulard `helm` command.

For example, `helm version` becomes `helm trace version`

## Instructions

1. Download and add a tracepusher binary to your `PATH`
1. Install `helm trace` plugin:

```
helm plugin install https://github.com/agardnerit/helm-trace
```

Full documentation is available on the [helm trace GitHub repo](https://github.com/agardnerIT/helm-trace).

0 comments on commit 6d10301

Please sign in to comment.