forked from Ivasoft/traefik
Fix missing tracing backend in documentation
This commit is contained in:
@@ -4,7 +4,7 @@ Tracing system allows developers to visualize call flows in there infrastructure
|
|||||||
|
|
||||||
We use [OpenTracing](http://opentracing.io). It is an open standard designed for distributed tracing.
|
We use [OpenTracing](http://opentracing.io). It is an open standard designed for distributed tracing.
|
||||||
|
|
||||||
Træfik supports two backends: Jaeger and Zipkin.
|
Træfik supports three tracing backends: Jaeger, Zipkin and DataDog.
|
||||||
|
|
||||||
## Jaeger
|
## Jaeger
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ func TestEntryPointMiddlewareServeHTTP(t *testing.T) {
|
|||||||
"http.url": "http://www.test.com",
|
"http.url": "http://www.test.com",
|
||||||
"http.host": "www.test.com",
|
"http.host": "www.test.com",
|
||||||
}
|
}
|
||||||
|
|
||||||
testCases := []struct {
|
testCases := []struct {
|
||||||
desc string
|
desc string
|
||||||
entryPoint string
|
entryPoint string
|
||||||
|
|||||||
Reference in New Issue
Block a user