Andrew Hayworth

Results 25 issues of Andrew Hayworth

* [x] I added CHANGELOG entry for this change. * [ ] Change is not relevant to the end user. ## Changes Jaeger tracing uses its own HTTP/GRPC header to...

size/M

This commit accomplishes two things simultaneously - adding support for InstrumentationScope everywhere, and also updating the OTLP proto to v0.18.0. The PR that introduced InstrumentationScope is [here](https://github.com/open-telemetry/opentelemetry-specification/pull/2276) My best understanding...

Use `Dir.glob` and clean it up. _Originally posted by @ahayworth in https://github.com/open-telemetry/opentelemetry-ruby/pull/1345#discussion_r941846248_

This adds basic schema URL support in the API + SDK, specifically in and around Resources, Tracers, Tracer Provider, and the OTLP exporter. Some notes, in no particular order: -...

spec-compliance
spec-compliance/v1.4.0

Now that we have copy-pasted the CI workflow between two separate repos, we should look into re-using these workflows somehow: https://docs.github.com/en/actions/using-workflows/reusing-workflows#access-to-reusable-workflows We'll need to see if the open-telemetry org allows...

ci

This PR adds a way to check that the gems we are releasing will not be broken upon said release. We run this check as a GitHub action that only...

Added in: https://github.com/open-telemetry/opentelemetry-specification/pull/2370

spec-compliance
spec-compliance/v1.10.0

Added in: https://github.com/open-telemetry/opentelemetry-specification/pull/1791 More info in: https://github.com/open-telemetry/opentelemetry-specification/pull/2222 More info in: https://github.com/open-telemetry/opentelemetry-specification/pull/2246 The `jaeger_remote` sampling strategy appears to be a sampling strategy that is dictated by a GRPC service that provides...

spec-compliance
spec-compliance/v1.6.0

We have a sprinkling of `otel.foo` kinds of tags being used throughout the codebase: ``` opentelemetry-ruby on  ahayworth/add-dropped-counts-zipkin-jaeger via 💎 v3.1.1 zsh ❯ git grep 'otel\.' | egrep -v...

enhancement
good first issue

We want to allow the ability to provide configuration for all instrumentation in one pass; and to also support one instrumentation reading the configuration of another instrumentation. There are a...

stale