Skip to content

Instantly share code, notes, and snippets.

@mstine
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mstine/5385b4015b60cd3de9a4 to your computer and use it in GitHub Desktop.
Save mstine/5385b4015b60cd3de9a4 to your computer and use it in GitHub Desktop.
Sleuth Log Lines
015-07-31 15:54:55.614 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=a4bacde0-a9fc-4fdd-95ff-f860b59fe584] [nio-3380-exec-1] o.s.c.sleuth.slf4j.Slf4jSpanListener : Starting span: MilliSpan(begin=1438376095611, end=0, name=http/, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[], spanId=a4bacde0-a9fc-4fdd-95ff-f860b59fe584, remote=false, kVAnnotations={}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376095613, msg=start)])
2015-07-31 15:54:56.235 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] o.s.c.sleuth.slf4j.Slf4jSpanListener : Starting span: MilliSpan(begin=1438376096235, end=0, name=http/hi2, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[a4bacde0-a9fc-4fdd-95ff-f860b59fe584], spanId=31279ad5-754a-4808-a8ee-491cb87792f6, remote=false, kVAnnotations={}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376096235, msg=start)])
2015-07-31 15:54:56.236 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] o.s.c.sleuth.slf4j.Slf4jSpanListener : With parent: MilliSpan(begin=0, end=0, name=http/, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[], spanId=a4bacde0-a9fc-4fdd-95ff-f860b59fe584, remote=true, kVAnnotations={}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376096235, msg=sr)])
2015-07-31 15:54:57.141 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=a4bacde0-a9fc-4fdd-95ff-f860b59fe584] [nio-3380-exec-1] c.g.k.brave.LoggingSpanCollectorImpl : Span(trace_id:-881311642356138595, name:http/, id:7847783057803759868, annotations:[Annotation(timestamp:1438376095613000, value:start, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp)), Annotation(timestamp:1438376096221000, value:cs, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp)), Annotation(timestamp:1438376097136000, value:cr, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp), duration:915000), Annotation(timestamp:1438376097138000, value:stop, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp))], binary_annotations:[])
2015-07-31 15:54:57.141 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] c.g.k.brave.LoggingSpanCollectorImpl : Span(trace_id:-881311642356138595, name:http/, id:7847783057803759868, annotations:[Annotation(timestamp:1438376096235000, value:sr, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp)), Annotation(timestamp:1438376097134000, value:ss, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp), duration:899000)], binary_annotations:[])
2015-07-31 15:54:57.141 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=a4bacde0-a9fc-4fdd-95ff-f860b59fe584] [nio-3380-exec-1] o.s.c.sleuth.slf4j.Slf4jSpanListener : Stopped span: MilliSpan(begin=1438376095611, end=1438376097138, name=http/, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[], spanId=a4bacde0-a9fc-4fdd-95ff-f860b59fe584, remote=false, kVAnnotations={}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376095613, msg=start), TimelineAnnotation(time=1438376096221, msg=cs), TimelineAnnotation(time=1438376097136, msg=cr), TimelineAnnotation(time=1438376097138, msg=stop)])
2015-07-31 15:54:57.150 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] c.g.k.brave.LoggingSpanCollectorImpl : Span(trace_id:-881311642356138595, name:http/hi2, id:4414737918782418433, parent_id:7847783057803759868, annotations:[Annotation(timestamp:1438376096235000, value:start, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp)), Annotation(timestamp:1438376097141000, value:stop, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp))], binary_annotations:[BinaryAnnotation(key:random-sleep-millis, value:38 38 33, annotation_type:BYTES, host:Endpoint(ipv4:2130706433, port:3380, service_name:testSleuthApp))])
2015-07-31 15:54:57.150 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] o.s.c.sleuth.slf4j.Slf4jSpanListener : Stopped span: MilliSpan(begin=1438376096235, end=1438376097133, name=http/hi2, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[a4bacde0-a9fc-4fdd-95ff-f860b59fe584], spanId=31279ad5-754a-4808-a8ee-491cb87792f6, remote=false, kVAnnotations={random-sleep-millis=883}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376096235, msg=start), TimelineAnnotation(time=1438376097141, msg=stop)])
2015-07-31 15:54:57.150 INFO 74602 --- [spring-cloud-sleuth-trace=47ca767b-468c-401e-91f4-2a6d4fe13e25,span=31279ad5-754a-4808-a8ee-491cb87792f6] [nio-3380-exec-2] o.s.c.sleuth.slf4j.Slf4jSpanListener : With parent: MilliSpan(begin=0, end=0, name=http/, traceId=47ca767b-468c-401e-91f4-2a6d4fe13e25, parents=[], spanId=a4bacde0-a9fc-4fdd-95ff-f860b59fe584, remote=true, kVAnnotations={}, processId=null, timelineAnnotations=[TimelineAnnotation(time=1438376096235, msg=sr), TimelineAnnotation(time=1438376097134, msg=ss)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment