File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import (
88const jaegerEnvoyConfigTemplate = `
99tracing:
1010 http:
11- name: envoy.zipkin
11+ name: envoy.tracers. zipkin
1212 typed_config:
1313 "@type": type.googleapis.com/envoy.config.trace.v2.ZipkinConfig
1414 collector_cluster: jaeger
15- collector_endpoint: "/api/v1 /spans"
15+ collector_endpoint: "/api/v2 /spans"
1616 collector_endpoint_version: HTTP_JSON
1717 shared_span_context: false
1818static_resources:
Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ func Test_jaegerMutator_mutate(t *testing.T) {
108108 `cat <<EOF >> /tmp/envoy/envoyconf.yaml
109109tracing:
110110 http:
111- name: envoy.zipkin
111+ name: envoy.tracers. zipkin
112112 typed_config:
113113 "@type": type.googleapis.com/envoy.config.trace.v2.ZipkinConfig
114114 collector_cluster: jaeger
115- collector_endpoint: "/api/v1 /spans"
115+ collector_endpoint: "/api/v2 /spans"
116116 collector_endpoint_version: HTTP_JSON
117117 shared_span_context: false
118118static_resources:
You can’t perform that action at this time.
0 commit comments