Amy Tobey

Results 59 comments of Amy Tobey

@emattiza I tried it https://github.com/tobert/otel-cli/commit/e80819bea6a0279cf9282e4c78222e9c0e5de677

Indeed, this does reduce binary size noticeably! About 1.2MB on my x86_64 machine. I still need to add json config parsing back but I don't expect that to add more...

I've release v0.1.0 with latest goreleaser so this should be sorted. https://github.com/equinix-labs/otel-cli/releases/tag/v0.1.0

I understand this better now after working on #138. If you have a chance please take a look at the README changes in there and lmk if they help clarify....

v0.1.0 is released. HTTP support is all good now. There could still be some issues with HTTPS because it's not tested directly yet. That's my main task for v0.1.1 and...

Added multiple span support to `otel-cli status` in #227

This library is meant to be vendored and intentionally leaves choosing the versions to vendor up to the caller.

The instructions were way out of date, my bad. I filed PR #39 to update the README and some deps. Please try: `go install github.com/tobert/pcstat@latest`

Interesting. I can't seem to reproduce it locally but will keep trying.