Ceyword opened a new issue, #168:
URL: https://github.com/apache/pulsar-dotpulsar/issues/168

   
   Hello,
   A few Dotpulsar-OpenTelemetry Questions:
   1- Does Dotpulsar propangate trace context from producer to Pulsar broker?
   2- Does Pulsar broker propangate trace context to Dotpulsar consumer?
   3- If Pulsar broker propangates trace context to consumer, how do we retrive 
it in Dotpulsar?
   4- I followed to guidance 
here(https://github.com/apache/pulsar-dotpulsar/wiki/Tracing) to enable 
OpenTelemetry tracing. 
      Metrics worked but tracing did not. Do we need to do something special to 
activate  'DotPulsar' source? Below is the code: 
   > services.AddOpenTelemetry()
   >             .ConfigureResource(builder => builder.AddService(serviceName: 
"DotPulsarClient"))
   >             .WithTracing(builder => builder.AddSource("DotPulsar"))
   >             .WithMetrics(builder => builder.AddMeter("DotPulsar"));
   Thank you


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to