Bogdan Drutu

Results 550 comments of Bogdan Drutu

@savaki we are working actively to remove all the exporters for go because of how "go get" works. In other languages like java the problem is not visible because we...

Hi @heedson, Not 100% I understand your use-case, just to answer your question about counting the number of objects in a DB, you can record using the code you mentioned...

@rakyll I think for any kind of istio like services the annotation with the serviceName should happen when data are received because that is when you know the service which...

@SergeyKanzhelev modifying the "SpanContext" (a.k.a. data that are propagated to the child spans) may cause undefined behaviors (like a child span started and can cause incomplete traces). I think another...

@adriancole @rakyll I like the idea to record a message event around each received/sent fragment.

I proposed this here https://github.com/census-instrumentation/opencensus-proto/pull/51

In the initial PR @adriancole mentioned about the need for CONSUMER/PRODUCER kinds. I like to understand where these are used, and he nicely mentioned this: https://github.com/openzipkin/brave/tree/master/instrumentation/kafka-clients I have few questions...

@postwait thanks for your feedback. It would be nice to know what kind of sophisticated analysis are you referring to. Do you think you need to inject yourself on the...

Hi @postwait is any of this code open source. The 9ns makes me very curious 👍

I would like to know what others think about this. Can we mark this as accepted and start implementation? I will wait few days and if no objections then I...