Update tracing.rst (#509)

This commit is contained in:
Varorbc 2018-07-30 14:49:11 +08:00 committed by Tom Pallister
parent 8711b07de6
commit a5bb74a2ea

View File

@ -1,7 +1,7 @@
Tracing Tracing
======= =======
Ocelot providers tracing functionality from the excellent `Butterfly <https://github.com/ButterflyAPM>`_ project. Ocelot providers tracing functionality from the excellent `Butterfly <https://github.com/liuhaoyang/butterfly>`_ project.
In order to use the tracing please read the Butterfly documentation. In order to use the tracing please read the Butterfly documentation.
@ -28,4 +28,4 @@ Then in your ocelot.json add the following to the ReRoute you want to trace..
"UseTracing": true "UseTracing": true
}, },
Ocelot will now send tracing information to Butterfly when this ReRoute is called. Ocelot will now send tracing information to Butterfly when this ReRoute is called.