Ariel Valentin

Results 60 issues of Ariel Valentin

https://github.com/open-telemetry/opentelemetry-specification/tree/v1.12.0/semantic_conventions

spec-compliance
spec-compliance/v1.12.0

# Summary _This issue is an action item outcome of the SIG meeting on 2021-05-25_ There are several requests for documentation to this project by both end users and contributors....

stale

Faraday uses a base URL to derive the host name which is used by the tracer middleware as the span attribute value for `net.peer.name`. Although it seems incorrect, Faraday does...

These changes make it possible for users to inject a custom trace metrics reporter as part of the configuration block. - Adds the OTLP Exporter as a test dependency to...

seems fine to me we may want to make add an accompanying issue to remind ourselves to update back to latest once there's a 1.0 release _Originally posted by @ericmustin...

The Examples [`README`](https://github.com/open-telemetry/opentelemetry-ruby/tree/f68ba5e02394be7de6111f4f8f6583c945d8d3e6/examples/http#running-the-example) refer to a "Developer Setup" section in the main [`README`](https://github.com/open-telemetry/opentelemetry-ruby/blob/f68ba5e02394be7de6111f4f8f6583c945d8d3e6/README.md), which does not exist. Since I already have `docker` installed I was able to run one of...

stale

@leequarella Will there be a v5.0.0 release available soon?

The rdkafka test suite occasionally segfaults when run under Ruby 3.0. I would like to collect some data for the `appsignal` team. ```console Run cd "./instrumentation/rdkafka" >> BUNDLE_GEMFILE=/home/runner/work/opentelemetry-ruby-contrib/opentelemetry-ruby-contrib/instrumentation/rdkafka/gemfiles/rdkafka_0.10.0.gemfile bundle exec...

The current implementation of `ActiveSupport` Instrumentation only allows authors to customize the span attributes[^1] and not the span name, kind, or add events that would make it possible to conform...

@open-telemetry/ruby-contrib-maintainers This [PR](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/62) feels like it is compensating a bit for a lack of hooks in the request/response execution stack in `Net::HTTP` like in other libraries like `Faraday` Middleware. Unlike...

documentation