Mostly small but impactful changes to otel-cli exec
.
Added
otel-cli exec --command-timeout 30s
provides a separate command timeout from the otel timeout- SIGINT is now caught and passed to the child process
- attributes can be set or overwrite on a backgrounded span via
otel-cli span end
Changed
- bumped several dependencies to the latest release
- updated README.md
Automated Changelog
- 7f2276f Bump golang.org/x/net from 0.12.0 to 0.17.0 (#283)
- b389235 Don't fail on err in exec (#259)
- 536cab8 Update README.md (#254)
- a0f460f add exec --command-timeout (#275)
- 7dd4c38 add tests for attrs at end of bg trace (#269)
- 3bbb923 allow setting attrs at the end of a backgrounded trace (#255)
- 8b4a194 chore(deps): update actions/checkout action to v4 (#260)
- 6b88a54 chore(deps): update actions/checkout digest to 8ade135 (#274)
- ccda334 fix timeouts (#276)
- 808ebb7 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 007df8e (#264)
- 94b33c9 fix(deps): update google.golang.org/genproto/googleapis/rpc digest to e6e6cda (#270)
- 2e5db52 fix(deps): update module github.com/pterm/pterm to v0.12.69 (#267)
- d71b5bd fix(deps): update module google.golang.org/grpc to v1.58.2 (#271)
- f5f79a4 fix(deps): update opentelemetry-go monorepo to v1.18.0 (#256)
- 7d6bcd4 fix: only consider partial if spans were rejected (#266)
- b3cf118 make exec forward interrupt signal to child process (#272)
- 5f2c343 release 0.4.1 (#285)
- da68217 return a clear error when http/protobuf server returns json (#263)