Bogdan Drutu
Bogdan Drutu
@jpkrohling I can help with that after, but I need this change soon if possible.
The problem is the newer gogoproto+protoc generate a new `MarshalToSizedBuffer` and it is impossible to embed the model.proto in another proto that is generated with a newer gogoproto+protoc.
@jpkrohling @pavolloffay you may consider to use https://github.com/open-telemetry/build-tools/blob/master/protobuf/README.md, which is a bit newer (includes this change at least). And we may solve the issue in one place
@yurishkuro we made a release of the first version. I can give a try to use it in one of the go repositories.
Hi @nha, In OpenCensus we have a concept of context independent of the "Span" or "Tags". It represents a Map that is propagated with the request (it is implemented as...
@ruchirsachdeva can you open an issue in the OpenCensus Java repo?
Can you give me the motivation/reasons why do you need this support?
@tsloughter can you help me with a "quick start" on this?
Counting the bytes is very exporter protocol specific unfortunately and there is no easy way for us to do in a way that will work for all protocols, also even...