1
0
Fork 0
telegraf/plugins/inputs/zipkin/testdata/json/distributed_trace_sample.json
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

30 lines
594 B
JSON

[{
"trace_id": 6802735349851856000,
"name": "main.dud",
"id": 6802735349851856000,
"parent_id": null,
"annotations": [
{
"timestamp": 1433330263415871,
"value": "cs",
"host": {
"ipv4": 0,
"port": 9410,
"service_name": "go-zipkin-testclient"
},
"duration": null
},
{
"timestamp": 1433330263415872,
"value": "cr",
"host": {
"ipv4": 0,
"port": 9410,
"service_name": "go-zipkin-testclient"
},
"duration": null
}
],
"binary_annotations": [],
"debug": true
}]