Created
September 5, 2018 17:56
-
-
Save zdicesare/ef3b6053b84edf86bb4f6342e335aec4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_index": "jaeger-span-2018-07-02", | |
"_type": "span", | |
"_id": "a3RsXWQBjGb8h888uVuL", | |
"_version": 1, | |
"_score": null, | |
"_source": { | |
"traceID": "f229796cda43df60", | |
"spanID": "274c0d9d4fc76848", | |
"parentSpanID": "f229796cda43df60", | |
"flags": 1, | |
"operationName": "/", | |
"references": [ | |
{ | |
"refType": "CHILD_OF", | |
"traceID": "f229796cda43df60", | |
"spanID": "f229796cda43df60" | |
} | |
], | |
"startTime": 1530575763255726, | |
"duration": 1798, | |
"tags": [ | |
{ | |
"key": "component", | |
"type": "string", | |
"value": "nginx" | |
}, | |
{ | |
"key": "nginx.worker_pid", | |
"type": "string", | |
"value": "10767" | |
}, | |
{ | |
"key": "peer.address", | |
"type": "string", | |
"value": "10.244.4.100:37542" | |
}, | |
{ | |
"key": "http.method", | |
"type": "string", | |
"value": "POST" | |
}, | |
{ | |
"key": "http.url", | |
"type": "string", | |
"value": "YYY" | |
}, | |
{ | |
"key": "http.host", | |
"type": "string", | |
"value": "XXX" | |
}, | |
{ | |
"key": "http.status_code", | |
"type": "int64", | |
"value": "204" | |
}, | |
{ | |
"key": "http.status_line", | |
"type": "string", | |
"value": "204 No Content" | |
} | |
], | |
"logs": [], | |
"processID": "", | |
"process": { | |
"serviceName": "ingress-controller", | |
"tags": [ | |
{ | |
"key": "jaeger.version", | |
"type": "string", | |
"value": "C++-0.2.0" | |
}, | |
{ | |
"key": "hostname", | |
"type": "string", | |
"value": "vega" | |
}, | |
{ | |
"key": "ip", | |
"type": "string", | |
"value": "127.0.0.1" | |
} | |
] | |
}, | |
"warnings": null, | |
"startTimeMillis": 1530575763255 | |
}, | |
"fields": { | |
"startTimeMillis": [ | |
"2018-07-02T23:56:03.255Z" | |
] | |
}, | |
"sort": [ | |
1530575763255 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment