From a5bb74a2ea69be8f50fbd06b268ec4b6db54daa0 Mon Sep 17 00:00:00 2001 From: Varorbc Date: Mon, 30 Jul 2018 14:49:11 +0800 Subject: [PATCH] Update tracing.rst (#509) --- docs/features/tracing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/tracing.rst b/docs/features/tracing.rst index aa4b1fd3..ae38c9ea 100644 --- a/docs/features/tracing.rst +++ b/docs/features/tracing.rst @@ -1,7 +1,7 @@ Tracing ======= -Ocelot providers tracing functionality from the excellent `Butterfly `_ project. +Ocelot providers tracing functionality from the excellent `Butterfly `_ project. 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 }, -Ocelot will now send tracing information to Butterfly when this ReRoute is called. \ No newline at end of file +Ocelot will now send tracing information to Butterfly when this ReRoute is called.