Skip to content

Instantly share code, notes, and snippets.

@joe-elliott
Created March 16, 2023 13:20
Show Gist options
  • Save joe-elliott/67a085a3afffdfbd3b0cf244ab903b0d to your computer and use it in GitHub Desktop.
Save joe-elliott/67a085a3afffdfbd3b0cf244ab903b0d to your computer and use it in GitHub Desktop.
Tempo /api/search results
{
"traces": [
{
"traceID": "7a1d2dd4deaf177e0acf55b3c49032",
"rootServiceName": "mythical-server",
"rootTraceName": "HTTP GET",
"startTimeUnixNano": "1678972751297796608",
"durationMs": 6,
"spanSet": {
"spans": [
{
"spanID": "c9da5e6e5f51bb83",
"startTimeUnixNano": "1678972751297796608",
"durationNanos": "6870784",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
},
{
"spanID": "8c367283c37587f9",
"startTimeUnixNano": "1678972751298255360",
"durationNanos": "128512",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
},
{
"spanID": "2fba8c5472003775",
"startTimeUnixNano": "1678972751301152000",
"durationNanos": "176128",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
}
],
"matched": 3
}
},
{
"traceID": "22443871f86fec5bde2e940067b0d48",
"rootServiceName": "mythical-requester",
"rootTraceName": "requester",
"startTimeUnixNano": "1678972736360171776",
"durationMs": 63,
"spanSet": {
"spans": [
{
"spanID": "6bb5c1a494d853c8",
"startTimeUnixNano": "1678972736384756480",
"durationNanos": "10510080",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
},
{
"spanID": "fd64a232f4a600ed",
"startTimeUnixNano": "1678972736383407360",
"durationNanos": "187392",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-requester"
}
}
]
},
{
"spanID": "d2ab23b34720a13d",
"startTimeUnixNano": "1678972736369452800",
"durationNanos": "43776",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
}
],
"matched": 3
}
},
{
"traceID": "1e30446ac60568542f327de22485399",
"rootServiceName": "mythical-requester",
"rootTraceName": "requester",
"startTimeUnixNano": "1678972734390014976",
"durationMs": 64,
"spanSet": {
"spans": [
{
"spanID": "251a600c5dc07397",
"startTimeUnixNano": "1678972734412573440",
"durationNanos": "16046336",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
},
{
"spanID": "476cee5a460fc1c8",
"startTimeUnixNano": "1678972734410417664",
"durationNanos": "380672",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-requester"
}
}
]
},
{
"spanID": "c18a817fc067c87f",
"startTimeUnixNano": "1678972734396012288",
"durationNanos": "141824",
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "mythical-server"
}
}
]
}
],
"matched": 3
}
}
],
"metrics": {
"inspectedBlocks": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment