Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stickiness cookie missing scaling backend to > 1 and retry #3975

Closed
rinokadijk opened this issue Oct 3, 2018 · 9 comments
Closed

Stickiness cookie missing scaling backend to > 1 and retry #3975

rinokadijk opened this issue Oct 3, 2018 · 9 comments
Labels
area/sticky-session kind/bug/confirmed a confirmed bug (reproducible). priority/P1 need to be fixed in next release status/5-frozen-due-to-age
Milestone

Comments

@rinokadijk
Copy link

Do you want to request a feature or report a bug?

Bug

What did you do?

  1. The application gives a correct HTTP 200 OK response
  2. Add a label with traefik.backend.loadbalancer.stickiness=true and traefik.backend.loadbalancer.stickiness.cookieName=lb_cookie
  3. The application gives a correct HTTP 200 OK response with a Set-Cookie: lb_cookie=http://backend1.example.com:31185; Path=/
  4. Scale the application to 2 instances in marathon
  5. The application gives a correct HTTP 200 OK response without a Set-Cookie: lb_cookie=http://backend1.example.com:31185; Path=/

Tested with:

  1. An app with Set-Cookie: JSESSIONID=A13D5AAB82D9E8BC0015020CBFF90B5A; Path=/; HttpOnly
  2. An app with no cookies

What did you expect to see?

Set-Cookie: lb_cookie=http://backend1.example.com:31185; Path=/ when the application is scaled to 2 instances.

What did you see instead?

No Set-Cookie header

Output of traefik version: V1.7.0 / MAROILLES

V1.7.0 / MAROILLES

What is your environment & configuration (arguments, toml, provider, platform, ...)?

[marathon]
    endpoint = "https://marathon.example.com"
    domain = "example.com"
    exposedbydefault = true
    respectReadinessChecks = true

If applicable, please paste the log output in DEBUG level (--logLevel=DEBUG switch)

@skwair skwair added priority/P2 need to be fixed in the future kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. and removed status/0-needs-triage labels Oct 4, 2018
@nmengin
Copy link
Contributor

nmengin commented Oct 4, 2018

Hello @rinokadijk ,

Many thnks for your interest in the project.

Can you provide your full configuration and your Træfik logs in Debug mode please?

Thanks in advance.

@rinokadijk
Copy link
Author

rinokadijk commented Oct 4, 2018

traefik.toml
debug = true

logLevel = "INFO"

checkNewVersion = false

[api]
entryPoint = "api"

[entryPoints]
    [entryPoints.http]
    address = ":80"

    [entryPoints.https]
    address = ":443"

    [entryPoints.api]
    address = ":8099"

    [entryPoints.grpc]
    address = ":6565"

    [entryPoints.ping]
    address = ":8001"

[retry]

[marathon]
    endpoint = "http://localhost:8080"
    domain = "marathon.localhost"
    exposedbydefault = true
    respectReadinessChecks = true

[tracing]
    backend = "zipkin"
    serviceName = "traefik"

    [tracing.zipkin]
        sameSpan = false
        id128Bit = true

[accessLog]
    filePath = "access.log"
    format = "json"

[traefikLog]
  filePath = "traefik.log"
  format   = "json"

[ping]
  entryPoint = "ping"
traefik.log
{"level":"info","msg":"Using TOML configuration file ******/traefik.toml","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Traefik version v1.7.0 built on 2018-09-24_09:57:21AM","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"\nStats collection is disabled.\nHelp us improve Traefik by turning this feature on :)\nMore details on: https://docs.traefik.io/basics/#collected-data\n","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Preparing server http \u0026{Address::80 TLS:\u003cnil\u003e Redirect:\u003cnil\u003e Auth:\u003cnil\u003e WhitelistSourceRange:[] WhiteList:\u003cnil\u003e Compress:false ProxyProtocol:\u003cnil\u003e ForwardedHeaders:0xc0002efee0} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Preparing server https \u0026{Address::443 TLS:\u003cnil\u003e Redirect:\u003cnil\u003e Auth:\u003cnil\u003e WhitelistSourceRange:[] WhiteList:\u003cnil\u003e Compress:false ProxyProtocol:\u003cnil\u003e ForwardedHeaders:0xc0002efe20} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Preparing server api \u0026{Address::8099 TLS:\u003cnil\u003e Redirect:\u003cnil\u003e Auth:\u003cnil\u003e WhitelistSourceRange:[] WhiteList:\u003cnil\u003e Compress:false ProxyProtocol:\u003cnil\u003e ForwardedHeaders:0xc0002efe60} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting server on :80","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting server on :443","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Preparing server grpc \u0026{Address::6565 TLS:\u003cnil\u003e Redirect:\u003cnil\u003e Auth:\u003cnil\u003e WhitelistSourceRange:[] WhiteList:\u003cnil\u003e Compress:false ProxyProtocol:\u003cnil\u003e ForwardedHeaders:0xc0002efea0} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting server on :8099","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Preparing server ping \u0026{Address::8001 TLS:\u003cnil\u003e Redirect:\u003cnil\u003e Auth:\u003cnil\u003e WhitelistSourceRange:[] WhiteList:\u003cnil\u003e Compress:false ProxyProtocol:\u003cnil\u003e ForwardedHeaders:0xc0002efec0} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting server on :6565","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting server on :8001","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting provider configuration.ProviderAggregator {}","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Starting provider *marathon.Provider {\"Watch\":true,\"Filename\":\"\",\"Constraints\":[],\"Trace\":false,\"TemplateVersion\":2,\"DebugLogGeneratedTemplate\":false,\"Endpoint\":\"http://localhost:8080\",\"Domain\":\"marathon.localhost\",\"ExposedByDefault\":true,\"GroupsAsSubDomains\":false,\"DCOSToken\":\"\",\"MarathonLBCompatibility\":false,\"FilterMarathonConstraints\":false,\"TLS\":null,\"DialerTimeout\":5000000000,\"ResponseHeaderTimeout\":60000000000,\"TLSHandshakeTimeout\":5000000000,\"KeepAlive\":10000000000,\"ForceTaskHostname\":false,\"Basic\":null,\"RespectReadinessChecks\":true}","time":"2018-10-04T17:02:38+02:00"}
{"level":"warning","msg":"clientTLS is nil","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:02:38+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:55+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:02:56+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:03:00+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:03:00+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:03:00+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:03:00+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:03:00+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:03:07+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:03:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:03:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:03:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:03:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:03:08+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:03:19+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:03:19+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:03:22+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:03:23+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:03:23+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:03:23+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:03:23+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:03:23+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:04:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:04:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:04:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:04:08+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:04:08+02:00"}
{"level":"info","msg":"Skipping same configuration for provider marathon","time":"2018-10-04T17:04:10+02:00"}
{"level":"info","msg":"Server configuration reloaded on :6565","time":"2018-10-04T17:04:11+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8001","time":"2018-10-04T17:04:11+02:00"}
{"level":"info","msg":"Server configuration reloaded on :80","time":"2018-10-04T17:04:11+02:00"}
{"level":"info","msg":"Server configuration reloaded on :443","time":"2018-10-04T17:04:11+02:00"}
{"level":"info","msg":"Server configuration reloaded on :8099","time":"2018-10-04T17:04:11+02:00"}
access.log
{"BackendAddr":"localhost:11707","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11707","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53223","ClientHost":"::1","ClientPort":"53223","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3785000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":3686000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":99000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":25,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T16:59:10.571471+02:00","StartUTC":"2018-10-04T14:59:10.571471Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 14:59:10 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 14:59:10 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"496870efa98cd979","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4b0d21029f47a5d9","request_X-B3-Traceid":"1f08a2ef9c31dd291f887ea5e0486bd1","time":"2018-10-04T16:59:10+02:00"}
{"BackendAddr":"localhost:11471","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11471","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53433","ClientHost":"::1","ClientPort":"53433","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3083000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2968000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":115000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":26,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:22.177098+02:00","StartUTC":"2018-10-04T15:00:22.177098Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:22 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:22 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2ea3e5496370c3ab","request_X-B3-Sampled":"true","request_X-B3-Spanid":"61871c097406c310","request_X-B3-Traceid":"50aeb510ae9615f16cf388bbce089d67","time":"2018-10-04T17:00:22+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53439","ClientHost":"::1","ClientPort":"53439","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2193000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2102000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":91000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":27,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:23.568565+02:00","StartUTC":"2018-10-04T15:00:23.568565Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:23 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:23 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"496f51616688f5ec","request_X-B3-Sampled":"true","request_X-B3-Spanid":"212825eb6b65afd0","request_X-B3-Traceid":"47f61c1977300a5c0237be7a311c6c34","time":"2018-10-04T17:00:23+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53445","ClientHost":"::1","ClientPort":"53445","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2846000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2722000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":124000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":28,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:24.641491+02:00","StartUTC":"2018-10-04T15:00:24.641491Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:24 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:24 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"49ff127bcf8434a1","request_X-B3-Sampled":"true","request_X-B3-Spanid":"376fc551ab743c94","request_X-B3-Traceid":"5f4d673586aba283639e0073cd4341b7","time":"2018-10-04T17:00:24+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53472","ClientHost":"::1","ClientPort":"53472","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3788000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":3671000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":117000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":29,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:33.055292+02:00","StartUTC":"2018-10-04T15:00:33.055292Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:33 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:33 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"23fc887fff805fe","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4a54b518d7d75807","request_X-B3-Traceid":"17ce29fbe5dc32d46855008e54ef5088","time":"2018-10-04T17:00:33+02:00"}
{"BackendAddr":"localhost:11471","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11471","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53478","ClientHost":"::1","ClientPort":"53478","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2441000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2313000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":128000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":30,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:34.38631+02:00","StartUTC":"2018-10-04T15:00:34.38631Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:34 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:34 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1003ac13916904f3","request_X-B3-Sampled":"true","request_X-B3-Spanid":"a131d86ef051a92","request_X-B3-Traceid":"78469f0cffb6044b1129988d3e69288b","time":"2018-10-04T17:00:34+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53486","ClientHost":"::1","ClientPort":"53486","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1655000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1566000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":89000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":31,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:35.718189+02:00","StartUTC":"2018-10-04T15:00:35.718189Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:35 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:35 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1850f61e34b2c153","request_X-B3-Sampled":"true","request_X-B3-Spanid":"379d64c85c316ef5","request_X-B3-Traceid":"5ee74b236d58798774401ac616cba887","time":"2018-10-04T17:00:35+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53491","ClientHost":"::1","ClientPort":"53491","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1586000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1482000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":104000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":32,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:37.03484+02:00","StartUTC":"2018-10-04T15:00:37.03484Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:37 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:37 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4bcb741f64d81d9a","request_X-B3-Sampled":"true","request_X-B3-Spanid":"41c1ddd6dcadc1c1","request_X-B3-Traceid":"1c4c464bff784b5c39d452774d668da8","time":"2018-10-04T17:00:37+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53496","ClientHost":"::1","ClientPort":"53496","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2070000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1943000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":127000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":33,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:38.361657+02:00","StartUTC":"2018-10-04T15:00:38.361657Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:38 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:38 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"6f139efff7629bed","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1c6c7097ca9ce40c","request_X-B3-Traceid":"321de3a4e65fbf6d47b99a844ba150f1","time":"2018-10-04T17:00:38+02:00"}
{"BackendAddr":"localhost:11471","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11471","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53501","ClientHost":"::1","ClientPort":"53501","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1470000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1372000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":98000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":34,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:39.686876+02:00","StartUTC":"2018-10-04T15:00:39.686876Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:39 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:39 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"24dcd215600b9753","request_X-B3-Sampled":"true","request_X-B3-Spanid":"10d16c759195f8b3","request_X-B3-Traceid":"044046b51b86d162308afd33e3fe9028","time":"2018-10-04T17:00:39+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53506","ClientHost":"::1","ClientPort":"53506","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1586000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1457000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":129000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":35,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:41.002821+02:00","StartUTC":"2018-10-04T15:00:41.002821Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:41 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:41 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"16e92c3def2d2d4e","request_X-B3-Sampled":"true","request_X-B3-Spanid":"22dd249f3c20f7e9","request_X-B3-Traceid":"53d10381e4e18c206f808f3c3548cb07","time":"2018-10-04T17:00:41+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53523","ClientHost":"::1","ClientPort":"53523","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1646000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1504000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":142000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":36,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:42.310242+02:00","StartUTC":"2018-10-04T15:00:42.310242Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:42 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:42 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"54d8f63e3ea65a55","request_X-B3-Sampled":"true","request_X-B3-Spanid":"70b376944c2057b1","request_X-B3-Traceid":"52b3ff90e744f25e2ee046174f951e57","time":"2018-10-04T17:00:42+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53540","ClientHost":"::1","ClientPort":"53540","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1826000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1697000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":129000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":37,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:43.645862+02:00","StartUTC":"2018-10-04T15:00:43.645862Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:43 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:43 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"7e4327245d37d2e7","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1590eb0027094cd0","request_X-B3-Traceid":"04ece2dcf1808c48064d3df06307b5d4","time":"2018-10-04T17:00:43+02:00"}
{"BackendAddr":"localhost:11471","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11471","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53557","ClientHost":"::1","ClientPort":"53557","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1316000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1205000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":111000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":38,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:44.958254+02:00","StartUTC":"2018-10-04T15:00:44.958254Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:44 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:44 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"7e64aebe737c4b10","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4a2fa82c01e66595","request_X-B3-Traceid":"13039408e8e3e33e4885c40d8f3932f4","time":"2018-10-04T17:00:44+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53574","ClientHost":"::1","ClientPort":"53574","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1594000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1470000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":124000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":39,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:46.276784+02:00","StartUTC":"2018-10-04T15:00:46.276784Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:46 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:46 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"6cfc7d461ce25ffd","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1a24d224e08322c0","request_X-B3-Traceid":"4ce84a672302923f530f39f327f70218","time":"2018-10-04T17:00:46+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53591","ClientHost":"::1","ClientPort":"53591","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2107000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1981000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":126000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":40,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:47.595663+02:00","StartUTC":"2018-10-04T15:00:47.595663Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:47 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:47 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4b0d23feebc598e9","request_X-B3-Sampled":"true","request_X-B3-Spanid":"18e3277e732d7855","request_X-B3-Traceid":"5f64aa9dc3586e073b9e55a3ec5bac0b","time":"2018-10-04T17:00:47+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53608","ClientHost":"::1","ClientPort":"53608","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1569000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1418000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":151000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":41,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:48.912674+02:00","StartUTC":"2018-10-04T15:00:48.912674Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:48 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:48 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"243f27dfd1cbd1af","request_X-B3-Sampled":"true","request_X-B3-Spanid":"16a658a2d12f2f26","request_X-B3-Traceid":"79d8b54f223b96847f1bdf259ec68cdd","time":"2018-10-04T17:00:48+02:00"}
{"BackendAddr":"localhost:11471","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11471","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53625","ClientHost":"::1","ClientPort":"53625","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1927000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1785000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":142000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":42,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:50.225397+02:00","StartUTC":"2018-10-04T15:00:50.225397Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:50 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:50 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"29cb9531e1ed0a08","request_X-B3-Sampled":"true","request_X-B3-Spanid":"7b98c9e32903a7a3","request_X-B3-Traceid":"36856248cf418c5e724d1f5670dd34e6","time":"2018-10-04T17:00:50+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53642","ClientHost":"::1","ClientPort":"53642","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1857000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1729000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":128000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":43,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:51.53981+02:00","StartUTC":"2018-10-04T15:00:51.53981Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:51 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:51 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"150aaa4867993cde","request_X-B3-Sampled":"true","request_X-B3-Spanid":"93d1ca66c5c3f2a","request_X-B3-Traceid":"7d48eb6fa8894a1c706f8346473c24f7","time":"2018-10-04T17:00:51+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53660","ClientHost":"::1","ClientPort":"53660","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1448000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1322000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":126000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":44,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:52.860232+02:00","StartUTC":"2018-10-04T15:00:52.860232Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:52 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:52 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"352a8029ecac8692","request_X-B3-Sampled":"true","request_X-B3-Spanid":"362f8e108d5a7801","request_X-B3-Traceid":"60ba87f98af737ae6c34a998804acc1e","time":"2018-10-04T17:00:52+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53677","ClientHost":"::1","ClientPort":"53677","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1656000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1516000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":140000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":45,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:54.201369+02:00","StartUTC":"2018-10-04T15:00:54.201369Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:54 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:54 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"67eaad94d338da2a","request_X-B3-Sampled":"true","request_X-B3-Spanid":"59168e6601edda19","request_X-B3-Traceid":"743b6f035d28f0df3287855a93d4a4e2","time":"2018-10-04T17:00:54+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53694","ClientHost":"::1","ClientPort":"53694","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1712000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1582000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":130000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":46,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:55.523906+02:00","StartUTC":"2018-10-04T15:00:55.523906Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:55 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:55 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"d998405eadaad51","request_X-B3-Sampled":"true","request_X-B3-Spanid":"77bdfc2d6e31753e","request_X-B3-Traceid":"2f516b568e7c1b307cc8f90f3a44c995","time":"2018-10-04T17:00:55+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53711","ClientHost":"::1","ClientPort":"53711","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1492000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1374000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":118000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":47,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:56.836389+02:00","StartUTC":"2018-10-04T15:00:56.836389Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:56 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:56 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1ef0b1913f494595","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2a46e3465efecf00","request_X-B3-Traceid":"67b93801546422a206a679cece2db5bb","time":"2018-10-04T17:00:56+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53728","ClientHost":"::1","ClientPort":"53728","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3151000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2977000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":174000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":48,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:58.151185+02:00","StartUTC":"2018-10-04T15:00:58.151185Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:58 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:58 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"556c3877f753a8b9","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2544f8f887b9bddc","request_X-B3-Traceid":"563d14867aa318ec59e880b8da07689d","time":"2018-10-04T17:00:58+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53745","ClientHost":"::1","ClientPort":"53745","ClientUsername":"-","DownstreamContentSize":472,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1325000,"FrontendName":"whoami","OriginContentSize":472,"OriginDuration":1218000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":107000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":49,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:00:59.487064+02:00","StartUTC":"2018-10-04T15:00:59.487064Z","downstream_Content-Length":"472","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:00:59 GMT","level":"info","msg":"","origin_Content-Length":"472","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:00:59 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"900f690acc527f1","request_X-B3-Sampled":"true","request_X-B3-Spanid":"f3c7416b9e4e73b","request_X-B3-Traceid":"1c97166e730169810065f3e925badd87","time":"2018-10-04T17:00:59+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53762","ClientHost":"::1","ClientPort":"53762","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1705000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1549000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":156000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":50,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:00.804505+02:00","StartUTC":"2018-10-04T15:01:00.804505Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:00 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:00 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4a1da2b5d2f296f9","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6e60a4569e5d7ce6","request_X-B3-Traceid":"095651b69b65d81b03aec05e206b923d","time":"2018-10-04T17:01:00+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53779","ClientHost":"::1","ClientPort":"53779","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1682000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1569000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":113000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":51,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:02.123519+02:00","StartUTC":"2018-10-04T15:01:02.123519Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:02 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:02 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"6145573fdfbef1b0","request_X-B3-Sampled":"true","request_X-B3-Spanid":"233b7528ef91fc1f","request_X-B3-Traceid":"0b87db53f242154d49afa6ec8ec06b5e","time":"2018-10-04T17:01:02+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53796","ClientHost":"::1","ClientPort":"53796","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1359000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1238000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":121000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":52,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:03.438041+02:00","StartUTC":"2018-10-04T15:01:03.438041Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:03 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:03 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5f95d450270f319e","request_X-B3-Sampled":"true","request_X-B3-Spanid":"3efedbc5c5ec23e7","request_X-B3-Traceid":"3aa7fc1626ce34027ad8015fe1a1ce4b","time":"2018-10-04T17:01:03+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53813","ClientHost":"::1","ClientPort":"53813","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1704000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1593000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":111000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":53,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:04.745216+02:00","StartUTC":"2018-10-04T15:01:04.745216Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:04 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:04 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2e66928359f910fa","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4f55b2ba1b4e3f03","request_X-B3-Traceid":"500cf56f47629b33444fd3e9b2ebfe01","time":"2018-10-04T17:01:04+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53830","ClientHost":"::1","ClientPort":"53830","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1374000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1254000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":120000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":54,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:06.055808+02:00","StartUTC":"2018-10-04T15:01:06.055808Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:06 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:06 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1b435127fa62ee57","request_X-B3-Sampled":"true","request_X-B3-Spanid":"5c274839314c6eae","request_X-B3-Traceid":"028ca00865a278814c0fc43ca0d7564e","time":"2018-10-04T17:01:06+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53847","ClientHost":"::1","ClientPort":"53847","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1428000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1316000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":112000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":55,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:07.393579+02:00","StartUTC":"2018-10-04T15:01:07.393579Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:07 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:07 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"3b4e4d0731212f51","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1c44349eb2d28c89","request_X-B3-Traceid":"5a27eab7200b160a2a1fbae27d0b8614","time":"2018-10-04T17:01:07+02:00"}
{"BackendAddr":"localhost:11195","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11195","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53864","ClientHost":"::1","ClientPort":"53864","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1970000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1839000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":131000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":56,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:08.734601+02:00","StartUTC":"2018-10-04T15:01:08.734601Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:08 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:08 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"676bf726267c565f","request_X-B3-Sampled":"true","request_X-B3-Spanid":"382353902ad2addb","request_X-B3-Traceid":"7bbdfb6858ca63d714d1dbbf8a2a49b5","time":"2018-10-04T17:01:08+02:00"}
{"BackendAddr":"localhost:11922","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11922","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53881","ClientHost":"::1","ClientPort":"53881","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2819000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2629000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":190000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":57,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:10.086983+02:00","StartUTC":"2018-10-04T15:01:10.086983Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:10 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:10 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"78e291d0e35a024d","request_X-B3-Sampled":"true","request_X-B3-Spanid":"41710df53dc3dd60","request_X-B3-Traceid":"4587567b6e1be1a83bf27b13c4dcb257","time":"2018-10-04T17:01:10+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53898","ClientHost":"::1","ClientPort":"53898","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1605000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1496000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":109000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":58,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:11.410432+02:00","StartUTC":"2018-10-04T15:01:11.410432Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:11 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:11 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5011056f69235022","request_X-B3-Sampled":"true","request_X-B3-Spanid":"5d059f4a0bf5d6fa","request_X-B3-Traceid":"1247012c8072a01b2f69b4a69ef228bb","time":"2018-10-04T17:01:11+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53915","ClientHost":"::1","ClientPort":"53915","ClientUsername":"-","DownstreamContentSize":11,"DownstreamStatus":502,"DownstreamStatusLine":"502 Bad Gateway","Duration":2767000,"FrontendName":"whoami","OriginContentSize":11,"OriginDuration":1249000,"OriginStatus":502,"OriginStatusLine":"502 Bad Gateway","Overhead":1518000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":59,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":1,"StartLocal":"2018-10-04T17:01:12.851795+02:00","StartUTC":"2018-10-04T15:01:12.851795Z","downstream_Set-Cookie":"lb_cookie=http://localhost:11322; Path=/","level":"info","msg":"","origin_Set-Cookie":"lb_cookie=http://localhost:11322; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"44810adc46ece881","request_X-B3-Sampled":"true","request_X-B3-Spanid":"410bfb16ecb8e7de","request_X-B3-Traceid":"1d58d2d7ff0537bc684f1ce91f9215b3","time":"2018-10-04T17:01:12+02:00"}
{"BackendAddr":"localhost:11322","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11322","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53941","ClientHost":"::1","ClientPort":"53941","ClientUsername":"-","DownstreamContentSize":11,"DownstreamStatus":502,"DownstreamStatusLine":"502 Bad Gateway","Duration":1974000,"FrontendName":"whoami","OriginContentSize":11,"OriginDuration":938000,"OriginStatus":502,"OriginStatusLine":"502 Bad Gateway","Overhead":1036000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":60,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":1,"StartLocal":"2018-10-04T17:01:14.23942+02:00","StartUTC":"2018-10-04T15:01:14.23942Z","downstream_Set-Cookie":"lb_cookie=http://localhost:11322; Path=/","level":"info","msg":"","origin_Set-Cookie":"lb_cookie=http://localhost:11322; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"39fc952d7e29afaa","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1aa6f12aaf92fc68","request_X-B3-Traceid":"17b064fd0d65482640788f7aa781af17","time":"2018-10-04T17:01:14+02:00"}
{"ClientAddr":"[::1]:53967","ClientHost":"::1","ClientPort":"53967","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":129000,"Overhead":129000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":61,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:15.582687+02:00","StartUTC":"2018-10-04T15:01:15.582687Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:01:15+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:53981","ClientHost":"::1","ClientPort":"53981","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":95826000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":94742000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":1084000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":62,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":1,"StartLocal":"2018-10-04T17:01:16.918523+02:00","StartUTC":"2018-10-04T15:01:16.918523Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:17 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:17 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"74123f5220fc813c","request_X-B3-Sampled":"true","request_X-B3-Spanid":"bfd33a93cb6e37b","request_X-B3-Traceid":"4595ab589edb9eff0a6c0b8e4fa62856","time":"2018-10-04T17:01:17+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54005","ClientHost":"::1","ClientPort":"54005","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3159000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1527000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":1632000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":63,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":2,"StartLocal":"2018-10-04T17:01:18.342983+02:00","StartUTC":"2018-10-04T15:01:18.342983Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:18 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:18 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2f34cdcb68336a4d","request_X-B3-Sampled":"true","request_X-B3-Spanid":"490a7410c9c0fac1","request_X-B3-Traceid":"454f8192994db5a170445f48d6f01a7e","time":"2018-10-04T17:01:18+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54034","ClientHost":"::1","ClientPort":"54034","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1625000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1507000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":118000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":64,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:19.665332+02:00","StartUTC":"2018-10-04T15:01:19.665332Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:19 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:19 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"de748742be98e7c","request_X-B3-Sampled":"true","request_X-B3-Spanid":"799be53d85232c15","request_X-B3-Traceid":"427ed0cc025351e75f41aa8f8548506a","time":"2018-10-04T17:01:19+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54051","ClientHost":"::1","ClientPort":"54051","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1800000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1659000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":141000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":65,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:20.984607+02:00","StartUTC":"2018-10-04T15:01:20.984607Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:21 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:21 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"7d1b9883ed4a524b","request_X-B3-Sampled":"true","request_X-B3-Spanid":"45ffe0713b7e57f5","request_X-B3-Traceid":"015a10b4c4f2f2c139d55416f57a4e68","time":"2018-10-04T17:01:20+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54068","ClientHost":"::1","ClientPort":"54068","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1939000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1790000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":149000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":66,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:22.314869+02:00","StartUTC":"2018-10-04T15:01:22.314869Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:22 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:22 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"77bc4e4fd635c642","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1c4570979bf4ff52","request_X-B3-Traceid":"0e043ad09ea44f72053046e5c70952c1","time":"2018-10-04T17:01:22+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54085","ClientHost":"::1","ClientPort":"54085","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1701000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1546000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":155000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":67,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:23.629081+02:00","StartUTC":"2018-10-04T15:01:23.629081Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:23 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:23 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"53d0d14e6b215011","request_X-B3-Sampled":"true","request_X-B3-Spanid":"38ea86744a82fa9f","request_X-B3-Traceid":"1be8dac5a127f1244ad75b0d1fef3b92","time":"2018-10-04T17:01:23+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54102","ClientHost":"::1","ClientPort":"54102","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2003000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1866000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":137000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":68,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:24.933364+02:00","StartUTC":"2018-10-04T15:01:24.933364Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:24 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:24 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2c60beb16976849b","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6b4292ffaab5f02e","request_X-B3-Traceid":"72d9f74980aca9dc5d6208973ff30cd6","time":"2018-10-04T17:01:24+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54119","ClientHost":"::1","ClientPort":"54119","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1787000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1649000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":138000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":69,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:26.235478+02:00","StartUTC":"2018-10-04T15:01:26.235478Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:26 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:26 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"337ea12dfec64a0f","request_X-B3-Sampled":"true","request_X-B3-Spanid":"562a0fc43ca381d3","request_X-B3-Traceid":"5bbb70c6edadae8f4540604b4990abf0","time":"2018-10-04T17:01:26+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54136","ClientHost":"::1","ClientPort":"54136","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1800000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1685000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":115000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":70,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:27.53717+02:00","StartUTC":"2018-10-04T15:01:27.53717Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:27 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:27 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"3b0b08534a408142","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6a27bba4b85ca785","request_X-B3-Traceid":"366cb3339684c539401f5e16608bbf58","time":"2018-10-04T17:01:27+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54153","ClientHost":"::1","ClientPort":"54153","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1831000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1708000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":123000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":71,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:28.840149+02:00","StartUTC":"2018-10-04T15:01:28.840149Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:28 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:28 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"13b14d0f574ac2e7","request_X-B3-Sampled":"true","request_X-B3-Spanid":"1c69d5778df81000","request_X-B3-Traceid":"6270fa089d8ca13941228c9cfdee37d8","time":"2018-10-04T17:01:28+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54170","ClientHost":"::1","ClientPort":"54170","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1811000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1701000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":110000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":72,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:30.141152+02:00","StartUTC":"2018-10-04T15:01:30.141152Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:30 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:30 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"69a68cbbc0fe57ed","request_X-B3-Sampled":"true","request_X-B3-Spanid":"23585b33f59b35ed","request_X-B3-Traceid":"03aec91e266a517559bad282833020e3","time":"2018-10-04T17:01:30+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54187","ClientHost":"::1","ClientPort":"54187","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1669000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1538000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":131000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":73,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:31.444495+02:00","StartUTC":"2018-10-04T15:01:31.444495Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:31 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:31 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5f39a14f115fc353","request_X-B3-Sampled":"true","request_X-B3-Spanid":"70ad8373eccec090","request_X-B3-Traceid":"6d810223b589f8554522f7627c4fe41b","time":"2018-10-04T17:01:31+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54204","ClientHost":"::1","ClientPort":"54204","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1978000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1863000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":115000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":74,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:32.748124+02:00","StartUTC":"2018-10-04T15:01:32.748124Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:32 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:32 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4013b1b8731d1158","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4b9810c755344a5b","request_X-B3-Traceid":"6d9c13ae3cf6f61b4085a24a8574da78","time":"2018-10-04T17:01:32+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54221","ClientHost":"::1","ClientPort":"54221","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1853000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1736000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":117000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":75,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:34.053641+02:00","StartUTC":"2018-10-04T15:01:34.053641Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:34 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:34 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5f3e63be114d1001","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2a22837a4ad92e51","request_X-B3-Traceid":"507b538486cea278562acad7e7e7783e","time":"2018-10-04T17:01:34+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54238","ClientHost":"::1","ClientPort":"54238","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2021000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1923000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":98000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":76,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:35.35069+02:00","StartUTC":"2018-10-04T15:01:35.35069Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:35 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:35 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"741012cebeebf3b2","request_X-B3-Sampled":"true","request_X-B3-Spanid":"70a4ec2f804570d5","request_X-B3-Traceid":"6b7de1a68049b3d828275c138811658c","time":"2018-10-04T17:01:35+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54255","ClientHost":"::1","ClientPort":"54255","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1511000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1376000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":135000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":77,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:36.650723+02:00","StartUTC":"2018-10-04T15:01:36.650723Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:36 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:36 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5b808d126ebdbde4","request_X-B3-Sampled":"true","request_X-B3-Spanid":"42f2e73a2f1ce82f","request_X-B3-Traceid":"7d84325ba2fcfe3f1c9b90b4f06879f2","time":"2018-10-04T17:01:36+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54272","ClientHost":"::1","ClientPort":"54272","ClientUsername":"-","DownstreamContentSize":472,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1638000,"FrontendName":"whoami","OriginContentSize":472,"OriginDuration":1522000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":116000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":78,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:37.946373+02:00","StartUTC":"2018-10-04T15:01:37.946373Z","downstream_Content-Length":"472","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:37 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"472","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:37 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"44b2c8b9941852f","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6c654ece5d08eba","request_X-B3-Traceid":"56c7ec629b81acd27b3480ad582a7cf3","time":"2018-10-04T17:01:37+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54289","ClientHost":"::1","ClientPort":"54289","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1538000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1404000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":134000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":79,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:39.248808+02:00","StartUTC":"2018-10-04T15:01:39.248808Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:39 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:39 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"621f3c30ac548b38","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6c88917384f0b83e","request_X-B3-Traceid":"221000876c8951e139b97d42f5c8177e","time":"2018-10-04T17:01:39+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54306","ClientHost":"::1","ClientPort":"54306","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1426000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1280000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":146000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":80,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:40.553361+02:00","StartUTC":"2018-10-04T15:01:40.553361Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:40 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:40 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"3f8ceaff24d08f36","request_X-B3-Sampled":"true","request_X-B3-Spanid":"7c4bf2cb2488af85","request_X-B3-Traceid":"15c28a7cb93b112d2ce20d0befc13461","time":"2018-10-04T17:01:40+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54323","ClientHost":"::1","ClientPort":"54323","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1413000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1269000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":144000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":81,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:41.853099+02:00","StartUTC":"2018-10-04T15:01:41.853099Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:41 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:41 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4e9f43fecffb906","request_X-B3-Sampled":"true","request_X-B3-Spanid":"23970b278860990b","request_X-B3-Traceid":"0c76b1216a5298ec454e0a8eea813a36","time":"2018-10-04T17:01:41+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54352","ClientHost":"::1","ClientPort":"54352","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1507000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1390000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":117000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":82,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:47.917729+02:00","StartUTC":"2018-10-04T15:01:47.917729Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:47 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:47 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"42f448444a3ed72f","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6132c18de3b9c757","request_X-B3-Traceid":"4b82b44be513f8c351ccfe10f8ce83e4","time":"2018-10-04T17:01:47+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54369","ClientHost":"::1","ClientPort":"54369","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1449000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1290000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":159000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":83,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:49.218423+02:00","StartUTC":"2018-10-04T15:01:49.218423Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:49 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:49 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"75e91a3e388148b6","request_X-B3-Sampled":"true","request_X-B3-Spanid":"14119d3c0929448e","request_X-B3-Traceid":"2aa4c7074e165a6d7cfec289f582b899","time":"2018-10-04T17:01:49+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54386","ClientHost":"::1","ClientPort":"54386","ClientUsername":"-","DownstreamContentSize":472,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1380000,"FrontendName":"whoami","OriginContentSize":472,"OriginDuration":1247000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":133000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":84,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:50.557847+02:00","StartUTC":"2018-10-04T15:01:50.557847Z","downstream_Content-Length":"472","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:50 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"472","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:50 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"a684ae80f240999","request_X-B3-Sampled":"true","request_X-B3-Spanid":"f803b350a5a98c5","request_X-B3-Traceid":"4753109fb8ffecc11639413b769ab897","time":"2018-10-04T17:01:50+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54403","ClientHost":"::1","ClientPort":"54403","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1513000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1393000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":120000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":85,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:51.861957+02:00","StartUTC":"2018-10-04T15:01:51.861957Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:51 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:51 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1e675b32294ee341","request_X-B3-Sampled":"true","request_X-B3-Spanid":"5e762aef9bc38689","request_X-B3-Traceid":"0b5857e4f54b82e7220bdfceebf8ba8e","time":"2018-10-04T17:01:51+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54420","ClientHost":"::1","ClientPort":"54420","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1715000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1603000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":112000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":86,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:53.166745+02:00","StartUTC":"2018-10-04T15:01:53.166745Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:53 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:53 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5c5687427807183a","request_X-B3-Sampled":"true","request_X-B3-Spanid":"43aa61d7dd3f94da","request_X-B3-Traceid":"4b293594fa4b5d8a3ceac9140cfd5557","time":"2018-10-04T17:01:53+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54437","ClientHost":"::1","ClientPort":"54437","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1671000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1546000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":125000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":87,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:54.466951+02:00","StartUTC":"2018-10-04T15:01:54.466951Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:54 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:54 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5d48d3463710d7f1","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4fd918ef2a9a33aa","request_X-B3-Traceid":"34752b442b0397247bacc26b17e13467","time":"2018-10-04T17:01:54+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54454","ClientHost":"::1","ClientPort":"54454","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1796000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1640000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":156000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":88,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:55.771014+02:00","StartUTC":"2018-10-04T15:01:55.771014Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:55 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:55 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2c531926150e841e","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4adff617976603ba","request_X-B3-Traceid":"26f75f42a0bef0452a357320fc20fb41","time":"2018-10-04T17:01:55+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54471","ClientHost":"::1","ClientPort":"54471","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1376000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1240000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":136000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":89,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:57.100053+02:00","StartUTC":"2018-10-04T15:01:57.100053Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:57 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:57 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"376ede64f9a6392e","request_X-B3-Sampled":"true","request_X-B3-Spanid":"306aae5907652154","request_X-B3-Traceid":"76680bba4f75f3b11df43a6d64c2708c","time":"2018-10-04T17:01:57+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54488","ClientHost":"::1","ClientPort":"54488","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1678000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1546000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":132000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":90,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:58.428644+02:00","StartUTC":"2018-10-04T15:01:58.428644Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:58 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:58 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5eb5dda5e9122ff7","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4ff130381ba23fad","request_X-B3-Traceid":"025d4866a2a41ab42c81188f4ba6fe65","time":"2018-10-04T17:01:58+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54506","ClientHost":"::1","ClientPort":"54506","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1453000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1313000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":140000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":91,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:01:59.755792+02:00","StartUTC":"2018-10-04T15:01:59.755792Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:01:59 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:01:59 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11399; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2303af260ea3b328","request_X-B3-Sampled":"true","request_X-B3-Spanid":"679eac976c7a016a","request_X-B3-Traceid":"112600172b6c0b7f60b3826143d23b9c","time":"2018-10-04T17:01:59+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54523","ClientHost":"::1","ClientPort":"54523","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3307000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":3190000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":117000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":92,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:01.090722+02:00","StartUTC":"2018-10-04T15:02:01.090722Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:01 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:01 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5f88c2230fa7e477","request_X-B3-Sampled":"true","request_X-B3-Spanid":"5214ad587bfabae5","request_X-B3-Traceid":"1d68dccbaacc6bce24484feef682d300","time":"2018-10-04T17:02:01+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54541","ClientHost":"::1","ClientPort":"54541","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1554000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1420000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":134000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":93,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:02.397483+02:00","StartUTC":"2018-10-04T15:02:02.397483Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:02 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:02 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4be6a17c4c1cd913","request_X-B3-Sampled":"true","request_X-B3-Spanid":"20ad97a765c1b947","request_X-B3-Traceid":"3fe477940c119ad37ab3523149099707","time":"2018-10-04T17:02:02+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54558","ClientHost":"::1","ClientPort":"54558","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1412000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1304000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":108000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":94,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:03.713481+02:00","StartUTC":"2018-10-04T15:02:03.713481Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:03 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:03 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2631ebe26562cf38","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2fa1edeb41e0f7d","request_X-B3-Traceid":"2ed9dfb9bea0a5ab428cdc8ff68c9abf","time":"2018-10-04T17:02:03+02:00"}
{"BackendAddr":"localhost:11399","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11399","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54575","ClientHost":"::1","ClientPort":"54575","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1776000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1600000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":176000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":95,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:05.042695+02:00","StartUTC":"2018-10-04T15:02:05.042695Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:05 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:05 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"e67892496a18a85","request_X-B3-Sampled":"true","request_X-B3-Spanid":"19216254f71459c7","request_X-B3-Traceid":"51b1dec7abb2df8001f64772531dd592","time":"2018-10-04T17:02:05+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54592","ClientHost":"::1","ClientPort":"54592","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1625000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1500000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":125000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":96,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:06.358536+02:00","StartUTC":"2018-10-04T15:02:06.358536Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:06 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:06 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"3692ed237f9b536c","request_X-B3-Sampled":"true","request_X-B3-Spanid":"3e12e3d9fec36953","request_X-B3-Traceid":"4636f049fdce57ed27b4a1048665dafd","time":"2018-10-04T17:02:06+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54686","ClientHost":"::1","ClientPort":"54686","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":3465000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2989000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":476000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":1,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:48.287823+02:00","StartUTC":"2018-10-04T15:02:48.287823Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:48 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:48 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"ae3ebc09402ced4","request_X-B3-Sampled":"true","request_X-B3-Spanid":"197d9de206c66266","request_X-B3-Traceid":"288369dd71e77ae40eee9a9d6c64aef8","time":"2018-10-04T17:02:48+02:00"}
{"BackendAddr":"localhost:11755","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11755","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54692","ClientHost":"::1","ClientPort":"54692","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2260000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2175000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":85000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":2,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:49.608887+02:00","StartUTC":"2018-10-04T15:02:49.608887Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:49 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:49 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"13c1deb44c00f40b","request_X-B3-Sampled":"true","request_X-B3-Spanid":"67e2780c7f6553f0","request_X-B3-Traceid":"524c16c3daa9e21b2962c4ecddbf6dac","time":"2018-10-04T17:02:49+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54698","ClientHost":"::1","ClientPort":"54698","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2340000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2204000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":136000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":3,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:50.945956+02:00","StartUTC":"2018-10-04T15:02:50.945956Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:50 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:50 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"443383c13e6d3e83","request_X-B3-Sampled":"true","request_X-B3-Spanid":"448b9641082d4424","request_X-B3-Traceid":"6ed4ee6671c0a94610aabcd39761e5c8","time":"2018-10-04T17:02:50+02:00"}
{"BackendAddr":"localhost:11755","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11755","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54706","ClientHost":"::1","ClientPort":"54706","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2506000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2402000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":104000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":4,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:52.290295+02:00","StartUTC":"2018-10-04T15:02:52.290295Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:52 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:52 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5abb8efd84bdeb84","request_X-B3-Sampled":"true","request_X-B3-Spanid":"57f3b9be50774c6","request_X-B3-Traceid":"0f4652c4020262f107971d608062ea03","time":"2018-10-04T17:02:52+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54711","ClientHost":"::1","ClientPort":"54711","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1780000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1668000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":112000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":5,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:53.620832+02:00","StartUTC":"2018-10-04T15:02:53.620832Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:53 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:53 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"358cd938507e39e4","request_X-B3-Sampled":"true","request_X-B3-Spanid":"59efcc55bf6af2e9","request_X-B3-Traceid":"37255244a1dede3923643e1631e21ef3","time":"2018-10-04T17:02:53+02:00"}
{"BackendAddr":"localhost:11755","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11755","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54716","ClientHost":"::1","ClientPort":"54716","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1463000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1367000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":96000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":6,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:54.953885+02:00","StartUTC":"2018-10-04T15:02:54.953885Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:54 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:54 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"526972f9fb81c8dc","request_X-B3-Sampled":"true","request_X-B3-Spanid":"3db2964a176d7e82","request_X-B3-Traceid":"10680fbee82571901e325bf11e3df562","time":"2018-10-04T17:02:54+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54721","ClientHost":"::1","ClientPort":"54721","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2320000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2220000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":100000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":7,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:56.306778+02:00","StartUTC":"2018-10-04T15:02:56.306778Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:56 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:56 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1d4878f58f91ea60","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2068db1ac4542dcd","request_X-B3-Traceid":"78033f8bf2b99f090e0665e63ed7a004","time":"2018-10-04T17:02:56+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54729","ClientHost":"::1","ClientPort":"54729","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1446000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1340000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":106000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":8,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:57.629027+02:00","StartUTC":"2018-10-04T15:02:57.629027Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:57 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:57 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"3b7b4af17ca609ff","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2e2ba6a1bbf1e3d2","request_X-B3-Traceid":"2acd834da93a6f691a76a3e443e72803","time":"2018-10-04T17:02:57+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54734","ClientHost":"::1","ClientPort":"54734","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1652000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1559000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":93000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":9,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:02:58.939437+02:00","StartUTC":"2018-10-04T15:02:58.939437Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:02:58 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:02:58 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5fae5386a95e7a5","request_X-B3-Sampled":"true","request_X-B3-Spanid":"4877535637eaf1ab","request_X-B3-Traceid":"165b22b4a070b2837b615741e4ded7c6","time":"2018-10-04T17:02:58+02:00"}
{"BackendAddr":"localhost:11410","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11410","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54739","ClientHost":"::1","ClientPort":"54739","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1415000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1314000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":101000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":10,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:00.252216+02:00","StartUTC":"2018-10-04T15:03:00.252216Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:00 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:00 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11410; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"73634499b1d627ca","request_X-B3-Sampled":"true","request_X-B3-Spanid":"91831747d4c8c96","request_X-B3-Traceid":"17bd3084fa6702e56af2eb33ae6ce0d3","time":"2018-10-04T17:03:00+02:00"}
{"ClientAddr":"[::1]:54744","ClientHost":"::1","ClientPort":"54744","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":96000,"Overhead":96000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":11,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:01.574298+02:00","StartUTC":"2018-10-04T15:03:01.574298Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:01+02:00"}
{"ClientAddr":"[::1]:54752","ClientHost":"::1","ClientPort":"54752","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":97000,"Overhead":97000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":12,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:02.87736+02:00","StartUTC":"2018-10-04T15:03:02.87736Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:02+02:00"}
{"ClientAddr":"[::1]:54757","ClientHost":"::1","ClientPort":"54757","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":91000,"Overhead":91000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":13,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:04.181532+02:00","StartUTC":"2018-10-04T15:03:04.181532Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:04+02:00"}
{"ClientAddr":"[::1]:54762","ClientHost":"::1","ClientPort":"54762","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":81000,"Overhead":81000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":14,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:05.489256+02:00","StartUTC":"2018-10-04T15:03:05.489256Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:05+02:00"}
{"ClientAddr":"[::1]:54767","ClientHost":"::1","ClientPort":"54767","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":164000,"Overhead":164000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":15,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:06.789594+02:00","StartUTC":"2018-10-04T15:03:06.789594Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:06+02:00"}
{"ClientAddr":"[::1]:54775","ClientHost":"::1","ClientPort":"54775","ClientUsername":"-","DownstreamContentSize":19,"DownstreamStatus":503,"DownstreamStatusLine":"503 Service Unavailable","Duration":100000,"Overhead":100000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":16,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:08.09983+02:00","StartUTC":"2018-10-04T15:03:08.09983Z","level":"info","msg":"","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","time":"2018-10-04T17:03:08+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54780","ClientHost":"::1","ClientPort":"54780","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2469000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2370000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":99000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":17,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:09.403246+02:00","StartUTC":"2018-10-04T15:03:09.403246Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:09 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:09 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1a93dc909dc2f42","request_X-B3-Sampled":"true","request_X-B3-Spanid":"649e0a037cbf6ee2","request_X-B3-Traceid":"58bc7033509103c01f34b7c65bf93a1d","time":"2018-10-04T17:03:09+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54786","ClientHost":"::1","ClientPort":"54786","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1708000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1605000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":103000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":18,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:10.71687+02:00","StartUTC":"2018-10-04T15:03:10.71687Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:10 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:10 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"5563d108d3bdba2","request_X-B3-Sampled":"true","request_X-B3-Spanid":"19cd81343f692de9","request_X-B3-Traceid":"1c7fa2ded95b190a698ca3973e83983e","time":"2018-10-04T17:03:10+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54791","ClientHost":"::1","ClientPort":"54791","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1431000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1313000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":118000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":19,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:12.027297+02:00","StartUTC":"2018-10-04T15:03:12.027297Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:12 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:12 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"593f32229a7c28ad","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2e1b366f1a4f6c3c","request_X-B3-Traceid":"65bb61d8d68a3e6e5d784a1850952e59","time":"2018-10-04T17:03:12+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54796","ClientHost":"::1","ClientPort":"54796","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1419000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1311000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":108000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":20,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:13.344625+02:00","StartUTC":"2018-10-04T15:03:13.344625Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:13 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:13 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"68079645f9887228","request_X-B3-Sampled":"true","request_X-B3-Spanid":"67e180de7e1574a9","request_X-B3-Traceid":"3ed910b85183d74072f2193090b05a4b","time":"2018-10-04T17:03:13+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54804","ClientHost":"::1","ClientPort":"54804","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1808000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1691000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":117000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":21,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:14.649509+02:00","StartUTC":"2018-10-04T15:03:14.649509Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:14 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:14 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"f638772901b5983","request_X-B3-Sampled":"true","request_X-B3-Spanid":"61ab9a32fd9cf69c","request_X-B3-Traceid":"24d0628eab9ac5cc556d761653fb3ca2","time":"2018-10-04T17:03:14+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54809","ClientHost":"::1","ClientPort":"54809","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1597000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1502000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":95000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":22,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:15.965141+02:00","StartUTC":"2018-10-04T15:03:15.965141Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:15 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:15 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4e454acfbd24da96","request_X-B3-Sampled":"true","request_X-B3-Spanid":"3a23d1e25fd17b72","request_X-B3-Traceid":"626f7f4693caf05864327eae038bdca3","time":"2018-10-04T17:03:15+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54814","ClientHost":"::1","ClientPort":"54814","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2013000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1912000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":101000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":23,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:17.285426+02:00","StartUTC":"2018-10-04T15:03:17.285426Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:17 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:17 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"315525784e7ef0d1","request_X-B3-Sampled":"true","request_X-B3-Spanid":"570e4eedbfb359df","request_X-B3-Traceid":"029ef711f391c8645ba20c3783a702da","time":"2018-10-04T17:03:17+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54819","ClientHost":"::1","ClientPort":"54819","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1630000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1494000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":136000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":24,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:18.603926+02:00","StartUTC":"2018-10-04T15:03:18.603926Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:18 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:18 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"2994d62fd47219da","request_X-B3-Sampled":"true","request_X-B3-Spanid":"9efb4bd4ab4b74f","request_X-B3-Traceid":"7b47849071b336fb00a58a023b5b8a99","time":"2018-10-04T17:03:18+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54827","ClientHost":"::1","ClientPort":"54827","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1466000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":1352000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":114000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":25,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:19.905869+02:00","StartUTC":"2018-10-04T15:03:19.905869Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:19 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:19 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4fee5bdea5ac25d4","request_X-B3-Sampled":"true","request_X-B3-Spanid":"687678ca9113182","request_X-B3-Traceid":"3a3d1e5b701762891f1442ef7c22989e","time":"2018-10-04T17:03:19+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54832","ClientHost":"::1","ClientPort":"54832","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2380000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2287000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":93000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":26,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:21.201205+02:00","StartUTC":"2018-10-04T15:03:21.201205Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:21 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:21 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4936645e1f43c509","request_X-B3-Sampled":"true","request_X-B3-Spanid":"c0199b79141a309","request_X-B3-Traceid":"70337c20073152957f78e733cd2fc1b1","time":"2018-10-04T17:03:21+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54837","ClientHost":"::1","ClientPort":"54837","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1726000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1550000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":176000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":27,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:22.526409+02:00","StartUTC":"2018-10-04T15:03:22.526409Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:22 GMT","downstream_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:22 GMT","origin_Set-Cookie":"lb_cookie=http://localhost:11019; Path=/","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"6c9e0d6f32c2265d","request_X-B3-Sampled":"true","request_X-B3-Spanid":"37c70c1a718ac553","request_X-B3-Traceid":"4b401a3687d5f239373e7ca753cea932","time":"2018-10-04T17:03:22+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54851","ClientHost":"::1","ClientPort":"54851","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1715000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1596000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":119000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":28,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:23.857909+02:00","StartUTC":"2018-10-04T15:03:23.857909Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:23 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:23 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4a8646f8d7e9e853","request_X-B3-Sampled":"true","request_X-B3-Spanid":"73b03eb60ab5e3e0","request_X-B3-Traceid":"69074f64e05cb0b540d881522ab53cdb","time":"2018-10-04T17:03:23+02:00"}
{"BackendAddr":"localhost:11889","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11889","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54868","ClientHost":"::1","ClientPort":"54868","ClientUsername":"-","DownstreamContentSize":473,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2979000,"FrontendName":"whoami","OriginContentSize":473,"OriginDuration":2823000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":156000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":29,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:25.173543+02:00","StartUTC":"2018-10-04T15:03:25.173543Z","downstream_Content-Length":"473","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:25 GMT","level":"info","msg":"","origin_Content-Length":"473","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:25 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"39c170dc4bba374","request_X-B3-Sampled":"true","request_X-B3-Spanid":"6ee8683ca6be2a26","request_X-B3-Traceid":"30ba30ad35ab488622e712859e7c89d6","time":"2018-10-04T17:03:25+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54886","ClientHost":"::1","ClientPort":"54886","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1363000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1249000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":114000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":30,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:26.489886+02:00","StartUTC":"2018-10-04T15:03:26.489886Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:26 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:26 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"56704f1bfdb4e4b4","request_X-B3-Sampled":"true","request_X-B3-Spanid":"47d6462d117e94f4","request_X-B3-Traceid":"3a9808d863c235ba74fa107259a36dd7","time":"2018-10-04T17:03:26+02:00"}
{"BackendAddr":"localhost:11889","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11889","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54903","ClientHost":"::1","ClientPort":"54903","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1470000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1323000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":147000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":31,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:27.799286+02:00","StartUTC":"2018-10-04T15:03:27.799286Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:27 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:27 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"4ac9a16f14b55c44","request_X-B3-Sampled":"true","request_X-B3-Spanid":"72286f5e40416d59","request_X-B3-Traceid":"4987b81ae460e27f584651f5c9a30266","time":"2018-10-04T17:03:27+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54920","ClientHost":"::1","ClientPort":"54920","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1355000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1181000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":174000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":32,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:29.118355+02:00","StartUTC":"2018-10-04T15:03:29.118355Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:29 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:29 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"35b419f8d90e4607","request_X-B3-Sampled":"true","request_X-B3-Spanid":"2f0d6f64e9f91e52","request_X-B3-Traceid":"2c34036a0fb4117c3706ce1984dd628e","time":"2018-10-04T17:03:29+02:00"}
{"BackendAddr":"localhost:11889","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11889","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54937","ClientHost":"::1","ClientPort":"54937","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":2262000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":2110000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":152000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":33,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:30.4327+02:00","StartUTC":"2018-10-04T15:03:30.4327Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:30 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:30 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"1064997cdd4a124a","request_X-B3-Sampled":"true","request_X-B3-Spanid":"69b3471a39f4bf2a","request_X-B3-Traceid":"06b0a28f63b006246f8fcb09ad90d078","time":"2018-10-04T17:03:30+02:00"}
{"BackendAddr":"localhost:11019","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11019","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54954","ClientHost":"::1","ClientPort":"54954","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1458000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1327000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":131000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":34,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:31.759211+02:00","StartUTC":"2018-10-04T15:03:31.759211Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:31 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:31 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"66a4162d26dd57f6","request_X-B3-Sampled":"true","request_X-B3-Spanid":"7e676b0054c5e736","request_X-B3-Traceid":"67181b2df01780db2085552fcc994c56","time":"2018-10-04T17:03:31+02:00"}
{"BackendAddr":"localhost:11889","BackendName":"backend-whoami","BackendURL":{"Scheme":"http","Opaque":"","User":null,"Host":"localhost:11889","Path":"","RawPath":"","ForceQuery":false,"RawQuery":"","Fragment":""},"ClientAddr":"[::1]:54971","ClientHost":"::1","ClientPort":"54971","ClientUsername":"-","DownstreamContentSize":474,"DownstreamStatus":200,"DownstreamStatusLine":"200 OK","Duration":1991000,"FrontendName":"whoami","OriginContentSize":474,"OriginDuration":1881000,"OriginStatus":200,"OriginStatusLine":"200 OK","Overhead":110000,"RequestAddr":"localhost","RequestContentSize":0,"RequestCount":35,"RequestHost":"localhost","RequestLine":"GET /whoami HTTP/1.1","RequestMethod":"GET","RequestPath":"/whoami","RequestPort":"-","RequestProtocol":"HTTP/1.1","RetryAttempts":0,"StartLocal":"2018-10-04T17:03:33.078307+02:00","StartUTC":"2018-10-04T15:03:33.078307Z","downstream_Content-Length":"474","downstream_Content-Type":"text/plain; charset=utf-8","downstream_Date":"Thu, 04 Oct 2018 15:03:33 GMT","level":"info","msg":"","origin_Content-Length":"474","origin_Content-Type":"text/plain; charset=utf-8","origin_Date":"Thu, 04 Oct 2018 15:03:33 GMT","request_Accept":"*/*","request_Accept-Encoding":"gzip, deflate","request_Connection":"keep-alive","request_User-Agent":"HTTPie/0.9.9","request_X-B3-Flags":"0","request_X-B3-Parentspanid":"29aec487c968d7f9","request_X-B3-Sampled":"true","request_X-B3-Spanid":"3fe6b023449c9e10","request_X-B3-Traceid":"49d8b5056a0f34d423aae38c6df86ab5","time":"2018-10-04T17:03:33+02:00"}

@mmatur
Copy link
Member

mmatur commented Oct 5, 2018

Thanks for these information.

Unfortunately your logs are in INFO and not in DEBUG

Could you please change your logLevel to DEBUG and send your DEBUG logs

@rinokadijk
Copy link
Author

traefik.log

@rinokadijk
Copy link
Author

Could you please confirm sticky balancing is not working in Traefik for the Marathon provider?

@ldez
Copy link
Member

ldez commented Nov 23, 2018

I don't reproduce:

version: '3'

services:
  reverse_proxy:
    image: traefik:v1.7
    command: --api --docker --loglevel=DEBUG
    ports:
      - "80:80"
      - "8080:8080"
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    
  whoami:
    image: containous/whoami
    labels:
      - "traefik.frontend.rule=Host:whoami.docker.localhost"
      - "traefik.backend.loadbalancer.stickiness=true"
      - "traefik.backend.loadbalancer.stickiness.cookieName=lb_test"
$ docker-compose scale whoami=2
$ curl -v whoami.docker.localhost
*   Trying ::1...
* TCP_NODELAY set
* Connected to whoami.docker.localhost (::1) port 80 (#0)
> GET / HTTP/1.1
> Host: whoami.docker.localhost
> User-Agent: curl/7.62.0
> Accept: */*
> 
< HTTP/1.1 200 OK
< Content-Length: 338
< Content-Type: text/plain; charset=utf-8
< Date: Fri, 23 Nov 2018 11:46:43 GMT
< Set-Cookie: lb_test=http://172.18.0.3:80; Path=/
< 

@rinokadijk
Copy link
Author

rinokadijk commented Nov 23, 2018

yes it is reproducible with your config (add retry):

version: '3'

services:
  reverse_proxy:
    image: traefik:v1.7
    command: --api --docker --loglevel=DEBUG --retry
    ports:
    - "80:80"
    - "8080:8080"
    volumes:
    - /var/run/docker.sock:/var/run/docker.sock

  whoami:
    image: containous/whoami
    labels:
    - "traefik.frontend.rule=Host:whoami.docker.localhost"
    - "traefik.backend.loadbalancer.stickiness=true"
    - "traefik.backend.loadbalancer.stickiness.cookieName=lb_test"
$ http localhost:80/ Host:whoami.docker.localhost
HTTP/1.1 200 OK
Content-Length: 348
Content-Type: text/plain; charset=utf-8
Date: Fri, 23 Nov 2018 17:29:46 GMT

Hostname: 2a8931f74689
IP: 127.0.0.1
IP: 172.21.0.2
GET / HTTP/1.1
Host: whoami.docker.localhost
User-Agent: HTTPie/0.9.9
Accept: */*
Accept-Encoding: gzip, deflate
X-Forwarded-For: 172.21.0.1
X-Forwarded-Host: whoami.docker.localhost
X-Forwarded-Port: 80
X-Forwarded-Proto: http
X-Forwarded-Server: 3a9e613a0037
X-Real-Ip: 172.21.0.1

@ldez ldez changed the title Stickiness cookie missing when marathon scales to > 1 instance Stickiness cookie missing when marathon scales to > 1 and retry Nov 23, 2018
@rinokadijk rinokadijk changed the title Stickiness cookie missing when marathon scales to > 1 and retry Stickiness cookie missing scaling backend to > 1 and retry Nov 23, 2018
@ldez
Copy link
Member

ldez commented Nov 23, 2018

Seems like a regression related to #3285

@nmengin nmengin added priority/P1 need to be fixed in next release kind/bug/confirmed a confirmed bug (reproducible). and removed area/provider/marathon kind/bug/possible a possible bug that needs analysis before it is confirmed or fixed. priority/P2 need to be fixed in the future status/0-needs-triage labels Nov 26, 2018
@traefiker
Copy link
Contributor

Closed by #4299.

@traefiker traefiker added this to the 1.7 milestone Jan 7, 2019
@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/sticky-session kind/bug/confirmed a confirmed bug (reproducible). priority/P1 need to be fixed in next release status/5-frozen-due-to-age
Projects
None yet
Development

No branches or pull requests

7 participants