Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
30
plugins/inputs/zipkin/testdata/json/distributed_trace_sample.json
vendored
Normal file
30
plugins/inputs/zipkin/testdata/json/distributed_trace_sample.json
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
[{
|
||||
"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
|
||||
}]
|
Loading…
Add table
Add a link
Reference in a new issue