Bogdan Drutu

Results 550 comments of Bogdan Drutu

Don't know if this was already answered, but I saw this question asked couple of times, why is it necessary to have a wrapper around other messages in an oneof?...

Any update on this? It is very annoying especially because the style guide recommends https://developers.google.com/protocol-buffers/docs/style#enums using as a prefix the enum name, and in go this will duplicate the type....

@terinjokes I have some questions: * what languages do you need this? * Do you expect to always send the B3 propagation format to the next service or do you...

@terinjokes to give you some reasons why, grpc-java is instrumented with OpenCensus (soon will have Go and the rest of the languages) and we use the binary format there because...

@dansiviter I think the new proposed idea coming from OpenMetrics is to support enums which probably can be very close to this and maybe more generic, a Boolean is just...

@dansiviter let me know if that fits your use-case, and if it does then I would move forward to push to that support in OpenTelemetry/OpenCensus.

See https://github.com/OpenObservability/OpenMetrics/pull/126/files#diff-d1792782ae179ab49b581de250c5def2R240

https://github.com/census-instrumentation/opencensus-java/issues/981

Awesome, please go ahead and make all the necessary changes. We may want to improve the testing package to help our users to test.