DreamPearl commented on code in PR #355:
URL: https://github.com/apache/qpid-proton/pull/355#discussion_r899022725


##########
cpp/examples/tracing.dox:
##########
@@ -0,0 +1,74 @@
+// -*-markdown-*-
+// NOTE: doxygen can include markdown pages directly but there seems to be a 
bug
+// that shows messed-up line numbers in \skip \until code extracts. This file
+// is markdown wrapped in a doxygen comment - which works. The file is best 
viewed/edited
+// as markdown.
+
+/**
+
+@page tracing Tracing
+
+## Usage:
+
+Minimum requirements to enable tracing in proton:
+
+1. Include `<proton/tracing.hpp>`  
+2. Call `proton::initOpenTelemetryTracer()` with a service-name as an argument.
+
+
+A working example of distributed tracing using broker, server and client 
examples.
+

Review Comment:
   Documentation for tracing is here having instructions for running the 
examples.
   This will be shown on a separate page named Tracing.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to