Jordi Riera
Jordi Riera
Hello, Do you have any eta on this feature? Best, Jordi
Same! It was a game changer at Numigi!
hello @cyrille-leclerc @v1v Would you have ETA for this? I am currently working on improving our supervision and it would be neat to have this feature to track our PSL....
If people come by with the same need, here is a sample of code that works for us: ``` groovy package ci.opentelemetry import io.opentelemetry.api.GlobalOpenTelemetry import io.opentelemetry.api.trace.Span import io.opentelemetry.api.trace.SpanContext import io.opentelemetry.api.trace.TraceFlags...
We are facing the same issues at Savoir-faire Linux. We had to make a wrapper to run a bit of code before to run the freeze command. The bit of...
Same! need updates :(
I am also interested. I need to implement `otel-cli` in Jenkins. We experimented with https://plugins.jenkins.io/opentelemetry/ for several months, but the plugin doesn't handle our scale and crashes them. Our controllers...
I also wonder what approach you would suggest for Windows. Does the `otel-cli span background --name 'otel-cli-example background span' --sockdir $OTEL_CLI_SOCKDIR &` work?
Hey @tobert Thank you for the replies. I worked my case more with your tool and don't need anything more now. I still cannot do the background span, as I...