Andrew Hayworth

Results 117 comments of Andrew Hayworth

Ah, it looks like we worked around this by just not running `simplecov` unless we're on MRI Ruby. Maybe not the most elegant of workarounds, but fundamentally I'm not super...

No hard feelings whatsoever; I didn't feel remotely admonished so I would say your efforts in that department were rather effective! 😄 At the moment, we currently do not test...

Hi @pb-dod - that's extremely odd; the environment variables you highlighted function precisely how you described and that same configuration works fine for me locally. It's also how I've run...

> Submit a PR with a change to the console exporter to use JSON instead of pp https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/lib/opentelemetry/sdk/trace/export/console_span_exporter.rb#L24 I think this might be a nice change that improves usability. Initial...

The one nice thing that the GH pages version gives us is index page with links to all the docs: https://open-telemetry.github.io/opentelemetry-ruby/ It would be kinda nice to keep that somehow....

👋 The Christmas holidays took me away from GitHub a little longer than expected! 🎄 > I'd like to avoid duplicating code as much as possible. > Is it possible...

> An API to safely cast the datastructures from/to [bytes::Bytes](https://github.com/tokio-rs/bytes) or &[u8] should suffice and might be agnostic enough that the other serialization libraries could also be supported through shims....

@mikepilat Is this still a problem?

I agree, the CLI is awkward. I'm not sure what a better one really looks like though... we'd be open to suggestions (and PRs). Maybe something like `litmusctl --service foo...

I had a thought yesterday: ``` litmusctl --service foo --health 0 --reason bar ``` We could deprecate the `force (health|up|down) [-d]` system and remove it in a future release. It'd...