Nikola Grcevski
Nikola Grcevski
Hi @trungtien, we still need to make our helm chart work with the new context propagation code. We are holding off until we are fixing couple of remaining bugs. But...
Thanks for responding back to us, I'll take a look at the demo today to see if this is resolved with our main branch. We made number of fixes since...
Hi @trungtien, I took a look at the demo and it's very similar to the OpenTelemetry demo. A lot of the services, if not all are talking through gRPC, which...
> FYI https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/41774. If beyla and otel collector bundle the same library (current plan), it may be possible to reconcile them at the collector level, assuming the original url is...
I think we have couple of avenues to handle this properly, but it will require that we build language specific support. Java is easy I think, we can extract the...
> > we can extract the patterns from the class files > > this would have to be done for each library I guess I hope it could be simpler...
> > Isn't "generic_tracer" too generic name? If we have to change this name to avoid other confunsion/duplicities, I would maybe choose a name that describes what instruments and where...
Maybe an overflow? That looks like a pretty large negative number...
There's one concern I came with thinking more about the symbol table. We essentially need to keep the symbol table live for the duration of the executable being instrumented. We...
Oh very cool!