<?xml version="1.0" encoding="UTF-8"?>
<open-tracing xmlns="http://docs.openrepose.org/repose/open-tracing-service/v1.0"
              service-name="myService-repose" (1)
>
    <jaeger> (2)
        <connection-http (3)
            endpoint="http://localhost:14268" (4)
        />
        <sampling-constant/> (5)
    </jaeger>
</open-tracing>