Amy Tobey
Amy Tobey
via @ahayworth, otel-cli should support the standard envvars that make sense https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md
Since a bunch of folks seem to be using otel-cli in their work, it's probably time we get serious about consistent release process and actually doing PR approvals. I've been...
I merged #35 with some outstanding TODOs since it seemed safe enough and most of what's left is cosmetic stuff. Here are the TODOs from the PR. There are a...
I did a quick one with asciinema and I think it'd be a nice way for folks to see what they can do at a glance. https://asciinema.org/a/AyDp3KFbLkHahjD1JL1VRzm8n
When a user has a problem, it is useful to know what version they're trying. Today, if all they have is a binary, it's difficult to impossible to tell. Since...
Similar to how mysql ships my.cnf-huge etc. add a flag that gets different presets in cassandra.yaml and the sprokfile. micro should be tuned for Raspberry Pi. Huge should be G1...
I'm going to merge #266 as it is. That the fix is needed means there's a testing gap. [ ] augment `otlpserver` and `main_test.go` to simulate partial accepts and rejections...
The server tui functionality doesn't seem too widely used and its usefulness is limited. The pterm module has frequent updates and pulls in a few dependencies that could be left...
Adds OpenTelemetry Metrics to otel-cli.
Via some discussion in #183: It might be useful to have otel-cli be able to write spans to disk, and then replay them. This can be handy in scenarios when...