Amy Tobey
Amy Tobey
🤔 I shall have to find an aarch64 machine or VM to try. What CPU and distribution are you on?
Hey! Sorry about the delay. I'll take a look at cross-compiling and figuring this out soon. I have a Pine64 board here somewhere too so I can test.
Heya, I need to fix up some permissions of my own. I'll try to merge this to the repo but I can't release and haven't been able to for a...
Heya, I apologize for missing this PR for so long. It's really nice and I'll take some time to test, merge, and release really soon!
> `[c781adf](/equinix-labs/otel-cli/commit/c781adfbe8b98594ea4122d24f0046ce02623952) ` Write to file on fail would be a later feature I think. First would be adding the spooler & replayer which solve some of those problems and...
Back when I was doing tracing work on Tinkerbell, a hard problem was networking during OS installation across root pivots, chroots, containers, and so on. I think the spool idea...
While working on #205 I noticed that the specs have a section on exporting to files: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md
🤔 I suppose otel-cli needs otel collector interop tests at some point. If handing off files to the collector is useful that's enough motivation to do the work... tho, we...
Also the release build should set the linker flags with the tag version and shas. See: https://github.com/equinix-labs/otel-cli/blob/92a6f0acdf4affe4f6a7f1127f00cb44c57bc2f7/.github/workflows/ci.yml#L21
goreleaser should be setting the three linker flags automatically for release builds but for clarity there are three: `main.version`, `main.commit`, and `main.date`. These are printed by the `otel-cli version` subcommand...