You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "kingluo (via GitHub)" <gi...@apache.org> on 2023/04/25 16:16:55 UTC

[GitHub] [apisix] kingluo commented on issue #9270: help request: opentelemetry + grpc-transcode not working

kingluo commented on issue #9270:
URL: https://github.com/apache/apisix/issues/9270#issuecomment-1522071173

   It's a bug.
   grpc-transcode plugin will compile the configured proto but does not save its original one and restore it later.
   
   https://github.com/apache/apisix/blob/1434335041c6e054f7b6afb0401aea0a069b0ad7/apisix/plugins/grpc-transcode/proto.lua#L100-L102
   
   Then in turn it discards the otel proto compiled at startup:
   
   https://github.com/yangxikun/opentelemetry-lua/blob/bb56b3c8e2163711a763c871ae702b36ee09c557/lib/opentelemetry/trace/exporter/pb.lua#L4
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org