You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/tracing.rst
+2-35Lines changed: 2 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,41 +1,8 @@
1
1
Tracing
2
2
=======
3
3
4
-
This page details how to perform distributed tracing with Ocelot.
5
-
6
-
OpenTracing
7
-
^^^^^^^^^^^
8
-
9
-
Ocelot providers tracing functionality from the excellent `OpenTracing C# <https://github.com/opentracing/opentracing-csharp>`_ project. The code for the Ocelot integration
10
-
can be found `here <https://github.com/ThreeMammals/Ocelot.Tracing.OpenTracing>`_.
11
-
12
-
The example below uses `Jaeger C# <https://github.com/jaegertracing/jaeger-client-csharp>`_ client to provide the tracer used in Ocelot.
0 commit comments