Skip to content

Instantly share code, notes, and snippets.

@annanay25
Last active September 8, 2019 15:16
Show Gist options
  • Save annanay25/5e7d4b7fe38fec0ac5a294ef19662139 to your computer and use it in GitHub Desktop.
Save annanay25/5e7d4b7fe38fec0ac5a294ef19662139 to your computer and use it in GitHub Desktop.
Jaeger all-in-one startup log without healthcheck server
2019/09/08 20:43:25 maxprocs: Leaving GOMAXPROCS=12: CPU quota undefined
{"level":"info","ts":1567955605.95627,"caller":"flags/service.go:115","msg":"Mounting metrics handler on admin server","route":"/metrics"}
{"level":"info","ts":1567955605.957014,"caller":"flags/admin.go:108","msg":"Mounting health check on admin server","route":"/"}
{"level":"info","ts":1567955605.9571252,"caller":"flags/admin.go:114","msg":"Starting admin HTTP server","http-port":14269}
{"level":"info","ts":1567955605.957162,"caller":"flags/admin.go:100","msg":"Admin server started","http-port":14269,"health-status":"unavailable"}
{"level":"info","ts":1567955605.962417,"caller":"memory/factory.go:56","msg":"Memory storage initialized","configuration":{"MaxTraces":0}}
{"level":"info","ts":1567955605.9626582,"caller":"static/strategy_store.go:79","msg":"No sampling strategies provided, using defaults"}
{"level":"info","ts":1567955605.970583,"caller":"grpc/builder.go:108","msg":"Agent requested insecure grpc connection to collector(s)"}
{"level":"info","ts":1567955605.970691,"caller":"grpc/clientconn.go:242","msg":"parsed scheme: \"\"","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.970746,"caller":"grpc/clientconn.go:248","msg":"scheme \"\" not registered, fallback to default scheme","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.970808,"caller":"grpc/resolver_conn_wrapper.go:113","msg":"ccResolverWrapper: sending update to cc: {[{127.0.0.1:14250 0 <nil>}] }","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.971065,"caller":"base/balancer.go:76","msg":"base.baseBalancer: got new resolver state: {[{127.0.0.1:14250 0 <nil>}] }","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.971169,"caller":"base/balancer.go:130","msg":"base.baseBalancer: handle SubConn state change: 0xc000286040, CONNECTING","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.97181,"caller":"grpc/clientconn.go:1139","msg":"grpc: addrConn.createTransport failed to connect to {127.0.0.1:14250 0 <nil>}. Err :connection error: desc = \"transport: Error while dialing dial tcp 127.0.0.1:14250: connect: connection refused\". Reconnecting...","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.9721448,"caller":"all-in-one/main.go:199","msg":"Starting agent"}
{"level":"info","ts":1567955605.975741,"caller":"base/balancer.go:130","msg":"base.baseBalancer: handle SubConn state change: 0xc000286040, TRANSIENT_FAILURE","system":"grpc","grpc_log":true}
{"level":"info","ts":1567955605.9760692,"caller":"app/agent.go:69","msg":"Starting jaeger-agent HTTP server","http-port":5778}
{"level":"info","ts":1567955605.980733,"caller":"all-in-one/main.go:242","msg":"Starting jaeger-collector TChannel server","port":14267}
{"level":"info","ts":1567955605.980921,"caller":"grpcserver/grpc_server.go:102","msg":"Starting jaeger-collector gRPC server","grpc-port":"14250"}
{"level":"info","ts":1567955605.981045,"caller":"all-in-one/main.go:260","msg":"Starting jaeger-collector HTTP server","http-port":14268}
{"level":"info","ts":1567955605.9810848,"caller":"querysvc/query_service.go:130","msg":"Archive storage not created","reason":"archive storage not supported"}
{"level":"info","ts":1567955605.981121,"caller":"all-in-one/main.go:342","msg":"Archive storage not initialized"}
{"level":"info","ts":1567955605.9819221,"caller":"healthcheck/handler.go:128","msg":"Health Check state change","status":"ready"}
{"level":"info","ts":1567955605.9819462,"caller":"app/server.go:112","msg":"Starting HTTP server","port":16686}
{"level":"info","ts":1567955605.9819992,"caller":"app/server.go:125","msg":"Starting GRPC server","port":16686}
{"level":"info","ts":1567955605.9820108,"caller":"app/server.go:135","msg":"Starting CMUX server","port":16686}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment