Amy Tobey
Amy Tobey
Agreed. For my code I opted to use a regular function and it's more clear. ```go // signingKeyCb is a callback for jwt.Parse. The examples show it as // an...
I am the author of https://github.com/equinix-labs/otel-cli and have been using TRACEPARENT propagation over envvars for a few months now. We're doing this work in production at Equinix Metal, and I...
otel-cli is using `TRACEPARENT` and I've put it into a lot of code and there is a lot to be said for keeping the short name in preference to more...
@cyrille-leclerc @ahayworth I'd love to hear your thoughts. I'm leaning towards a pretty typical GitHub/OSS workflow, especially as we get more contributors in here.
https://github.com/equinix-labs/otel-cli/releases/tag/v0.0.5 released with more packages and adjustments to goreleaser. Gotta figure out how to make those changelogs nicer.
With #35 merged I can finally start writing tests that validate envvar configs in a system test, so I'll be working on this in the next few days.
@cyrille-leclerc iirc I chose OTEL_CLI_SERVICE_NAME because I wasn't aware of the otel specs for envvars at that point. I did some testing tricks in https://github.com/equinix-labs/otel-init-go/pull/2 that I will port over...
Merged that. I'll also need to make sure I update goreleaser before next release, so I'll leave this open for now.
@emattiza does this look like I understood your comment in #64 correctly?
Hmm. I guess that would need another subcommand to make it work. As it is now, you can only add attributes at the start and I didn't think about adding...