Alejandro Colomina

Results 9 comments of Alejandro Colomina

Agree. I don't know if related, but it's a bit annoying when I want to stop my dev server with CTRL + C and I have to wait for the...

Hello @ahayworth!, I'm new here and would love to contribute :). I was taking a look at this issue and it seems very straightforward if you know all the components...

Oki doki!, thanks for the quick reply. Will give it a try.

`CI / opentelemetry-exporter-otlp-common / windows-latest (pull_request)` is failing due to a timeout when downlading a package. The endpoint seems to work properly now with `curl https://github.com/ruby/setup-msys2-gcc/releases/download/msys2-gcc-pkgs/msys2.7z -L --output file`. ```...

For `OpenTelemetry::Exporters::*` I created the consensus of having an `OpenTelemetry::Exporter::#{name}::Attributes` because it felt wrong to put the constants in the main required file (ej: `exporter/jaeger/lib/opentelemetry/exporter/jaeger.rb`) and reference them without context...

@ahayworth Thanks for the patience :D. Having added the dependency in `exporter/otlp-http/opentelemetry-exporter-otlp-http.gemspec`, the results do not seem to overwrite anything. ``` opentelemetry-ruby/semantic_conventions [otel-constants●] » bundle exec rake generate ... ......

Thanks for the quick reply @kiroushi ! So our current codebase is hosted in an on-premise Gitlab installation, so it surely won't work for us. The idea behind the proposed...

Just to clarify, as an SRE my ideal solution would be to: 1- Be able to develop in local with the very same Runtime image used in Checkly 2- Push...

@tnolet Any chance you can leave this up for the user to decide?, it would be great if we could choose among back-off strategies like fibonacci, exponential, linear, etc... Also...