Mathieu Poussin
Mathieu Poussin
Thank you for your response. Which settings would you recommend to set for that ? Also what would be the behaviour of the span buffer is full and it cannot...
> The [BatchSpanProcessor](https://github.com/open-telemetry/opentelemetry-ruby/blob/557baa162ecb9356c27883323b1153ad58fc7191/sdk/lib/opentelemetry/sdk/trace/export/batch_span_processor.rb#L28) is the production ready one. There's a [simple span processor ](https://github.com/open-telemetry/opentelemetry-ruby/blob/557baa162ecb9356c27883323b1153ad58fc7191/sdk/lib/opentelemetry/sdk/trace/export/simple_span_processor.rb#L15-L19)in the repo that I would caution you from using in a production environment, I don't know...
Thanks for the info. We usually only put 1 attribute on the existing spans (sometime 2, never more) so it's unlikely to be related to this. I will continue to...
I think the thread boot to false just prevents it from working on the initial puma master no ? I could properly get spans after having set it to false
Is there a way to have multiple independant instances sharing the same objects ? For example I have 2 instances of the apisix helm chart (each with their own etcd...
Likely related to this failing job ? https://github.com/apache/apisix-docker/actions/runs/7525652871/job/20482350035
Looks like it's already talking about it there : https://github.com/apache/apisix-helm-chart/issues/707 Should we keep an issue open here until this is fixed ? (as the build is done here and not...
Are you sure ? I don't see much issues related to docker on the apisix repository compared to here where the build is being run. Do you remember what was...
Yes that should be good, thank you for your help
Something similar, I would love to have some kind of feedback when a button press starts a command, a way to know the script has been run and is still...