Amy Tobey
Amy Tobey
Releases follow semantic versioning since v0.0.1 and I've been writing a CHANGELOG.md for the last few releases. There have been no other maintainers to coordinate with so I feel the...
Oh, neat idea. I suppose I could add a subcommand like `otel-cli traceparent` or something like that. That way you could replace your function with `TRACEPARENT=$(otel-cli traceparent)`. Do I understand...
> I also wonder what approach you would suggest for Windows. Does the `otel-cli span background --name 'otel-cli-example background span' --sockdir $OTEL_CLI_SOCKDIR &` work? @foutoucour I don't think the background...
> @tobert Would you advise another approach? Would you see the improvement `otel-cli tracesparent` would get us? Or that's a good way? > > My current challenge is about the...
Heya, apologies for the delay. I'll take a look at the packages soon and figure that out. Likely I will finally set up some automatic builds & releases.
I like the --attrs-json idea! I'm starting to pick up maintenance on a fork at https://github.com/tobert/otel-cli could you please submit the request there?
🤔 I'll give this some thought. It's tricky making sure that otel-cli never breaks a script with e.g. `set -eo pipefile` enabled. I get what you want though and we...
I left space for logs and metrics in the code. It's mostly a matter of doing the work of designing the CLI and straightforward coding. We'll keep this open and...
Oh yeah... will also need to write the testing servers for logs & metrics too, I'd like to get testing in place right away this time. The current `clievent` server...