Skip to content

Instantly share code, notes, and snippets.

@tobert
Created August 11, 2021 21:53
Show Gist options
  • Save tobert/9a8fddc2d4ec80dc24a7c19c9d876802 to your computer and use it in GitHub Desktop.
Save tobert/9a8fddc2d4ec80dc24a7c19c9d876802 to your computer and use it in GitHub Desktop.
a snapshot of trace dumps from my work on tinkerbell/boots adding OpenTelemetry
otel-collector_1 | Span #2
otel-collector_1 | Trace ID : f84421f9695c1cd40dd54239a39687a5
otel-collector_1 | Parent ID :
otel-collector_1 | ID : aec1f44bad81b207
otel-collector_1 | Name : dhcp.request
otel-collector_1 | Kind : SPAN_KIND_INTERNAL
otel-collector_1 | Start time : 2021-08-11 21:49:09.117334915 +0000 UTC
otel-collector_1 | End time : 2021-08-11 21:49:09.117486739 +0000 UTC
otel-collector_1 | Status code : STATUS_CODE_OK
otel-collector_1 | Status message :
otel-collector_1 | Attributes:
otel-collector_1 | -> dhcp.message.type: STRING(DHCPREQUEST)
otel-collector_1 | -> MAC: STRING(02:00:00:00:00:ff)
otel-collector_1 | -> IP: STRING(0.0.0.0)
otel-collector_1 | -> CircuitID: STRING()
otel-collector_1 | Events:
otel-collector_1 | SpanEvent #0
otel-collector_1 | -> Name: discoverHardwareFromDHCP
otel-collector_1 | -> Timestamp: 1628718549117442861
otel-collector_1 | -> DroppedAttributesCount: 0
otel-collector_1 | Span #3
otel-collector_1 | Trace ID : f84421f9695c1cd40dd54239a39687a5
otel-collector_1 | Parent ID : aec1f44bad81b207
otel-collector_1 | ID : bcac37a99bdd6ead
otel-collector_1 | Name : ServeDHCP Reply
otel-collector_1 | Kind : SPAN_KIND_INTERNAL
otel-collector_1 | Start time : 2021-08-11 21:49:09.117534016 +0000 UTC
otel-collector_1 | End time : 2021-08-11 21:49:09.117812477 +0000 UTC
otel-collector_1 | Status code : STATUS_CODE_OK
otel-collector_1 | Status message :
otel-collector_1 | Events:
otel-collector_1 | SpanEvent #0
otel-collector_1 | -> Name: dhcp.NewReply
otel-collector_1 | -> Timestamp: 1628718549117545810
otel-collector_1 | -> DroppedAttributesCount: 0
otel-collector_1 | SpanEvent #1
otel-collector_1 | -> Name: reply.Send()
otel-collector_1 | -> Timestamp: 1628718549117592087
otel-collector_1 | -> DroppedAttributesCount: 0
otel-collector_1 | InstrumentationLibrarySpans #1
otel-collector_1 | InstrumentationLibrary go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp semver:0.21.0
otel-collector_1 | Span #0
otel-collector_1 | Trace ID : f84421f9695c1cd40dd54239a39687a5
otel-collector_1 | Parent ID : bcac37a99bdd6ead
otel-collector_1 | ID : 7ba0780c5366f747
otel-collector_1 | Name : boots-http
otel-collector_1 | Kind : SPAN_KIND_SERVER
otel-collector_1 | Start time : 2021-08-11 21:49:09.178865341 +0000 UTC
otel-collector_1 | End time : 2021-08-11 21:49:09.180623962 +0000 UTC
otel-collector_1 | Status code : STATUS_CODE_ERROR
otel-collector_1 | Status message :
otel-collector_1 | Attributes:
otel-collector_1 | -> net.transport: STRING(ip_tcp)
otel-collector_1 | -> net.peer.ip: STRING(192.168.99.43)
otel-collector_1 | -> net.peer.port: INT(35332)
otel-collector_1 | -> net.host.ip: STRING(192.168.99.42)
otel-collector_1 | -> http.method: STRING(GET)
otel-collector_1 | -> http.target: STRING(/install.ipxe)
otel-collector_1 | -> http.server_name: STRING(boots-http)
otel-collector_1 | -> http.user_agent: STRING(curl/7.78.0)
otel-collector_1 | -> http.scheme: STRING(http)
otel-collector_1 | -> http.host: STRING(192.168.99.42)
otel-collector_1 | -> http.flavor: STRING(1.1)
otel-collector_1 | -> http.route: STRING(/)
otel-collector_1 | -> boots.boot_script_name: STRING(install)
otel-collector_1 | -> http.status_code: INT(404)
otel-collector_1 | InstrumentationLibrarySpans #2
otel-collector_1 | InstrumentationLibrary TFTP
otel-collector_1 | Span #0
otel-collector_1 | Trace ID : f84421f9695c1cd40dd54239a39687a5
otel-collector_1 | Parent ID : bcac37a99bdd6ead
otel-collector_1 | ID : e49cf10d9e1495a2
otel-collector_1 | Name : TFTP get
otel-collector_1 | Kind : SPAN_KIND_SERVER
otel-collector_1 | Start time : 2021-08-11 21:49:09.184533805 +0000 UTC
otel-collector_1 | End time : 2021-08-11 21:49:09.185352696 +0000 UTC
otel-collector_1 | Status code : STATUS_CODE_OK
otel-collector_1 | Status message :
otel-collector_1 | Events:
otel-collector_1 | SpanEvent #0
otel-collector_1 | -> Name: job.CreateFromIP
otel-collector_1 | -> Timestamp: 1628718549184589877
otel-collector_1 | -> DroppedAttributesCount: 0
otel-collector_1 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment