forked from elastic/apm-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
311 additions
and
0 deletions.
There are no files selected for viewing
42 changes: 42 additions & 0 deletions
42
input/otlp/test_approved/span_jaeger_data_stream.approved.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"@timestamp": "2019-12-16T12:46:58.000Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "1", | ||
"namespace": "2" | ||
}, | ||
"event": { | ||
"duration": 79000000000, | ||
"outcome": "success" | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"parent": { | ||
"id": "0000000058585858" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"span": { | ||
"id": "0000000041414646", | ||
"representative_count": 1, | ||
"type": "unknown" | ||
}, | ||
"timestamp": { | ||
"us": 1576500418000768 | ||
}, | ||
"trace": { | ||
"id": "00000000000000000000000046467830" | ||
} | ||
} | ||
] | ||
} |
81 changes: 81 additions & 0 deletions
81
input/otlp/test_approved/span_jaeger_data_stream_with_error.approved.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"@timestamp": "2019-12-16T12:46:58.000Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "1", | ||
"namespace": "2" | ||
}, | ||
"event": { | ||
"duration": 79000000000, | ||
"outcome": "success" | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"parent": { | ||
"id": "0000000058585858" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"span": { | ||
"id": "0000000041414646", | ||
"representative_count": 1, | ||
"type": "unknown" | ||
}, | ||
"timestamp": { | ||
"us": 1576500418000768 | ||
}, | ||
"trace": { | ||
"id": "00000000000000000000000046467830" | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2019-12-16T12:46:58.000Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "3", | ||
"namespace": "4" | ||
}, | ||
"error": { | ||
"exception": [ | ||
{ | ||
"message": "no connection established" | ||
} | ||
], | ||
"log": { | ||
"message": "retrying connection" | ||
} | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"parent": { | ||
"id": "0000000041414646" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"timestamp": { | ||
"us": 1576500418000768 | ||
}, | ||
"trace": { | ||
"id": "00000000000000000000000046467830" | ||
} | ||
} | ||
] | ||
} |
36 changes: 36 additions & 0 deletions
36
input/otlp/test_approved/transaction_jaeger_data_stream.approved.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"@timestamp": "2019-12-16T12:46:58.000Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "1", | ||
"namespace": "2" | ||
}, | ||
"event": { | ||
"outcome": "success" | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"timestamp": { | ||
"us": 1576500418000768 | ||
}, | ||
"transaction": { | ||
"representative_count": 1, | ||
"result": "Success", | ||
"sampled": true, | ||
"type": "unknown" | ||
} | ||
} | ||
] | ||
} |
80 changes: 80 additions & 0 deletions
80
input/otlp/test_approved/transaction_jaeger_data_stream_with_error.approved.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"events": [ | ||
{ | ||
"@timestamp": "2339-03-21T22:18:14.838Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "1", | ||
"namespace": "2" | ||
}, | ||
"event": { | ||
"outcome": "success" | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"timestamp": { | ||
"us": 11651379494838206 | ||
}, | ||
"trace": { | ||
"id": "00000000000000000000000046467830" | ||
}, | ||
"transaction": { | ||
"representative_count": 1, | ||
"result": "Success", | ||
"sampled": true, | ||
"type": "unknown" | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2019-12-16T12:46:58.000Z", | ||
"agent": { | ||
"name": "Jaeger", | ||
"version": "unknown" | ||
}, | ||
"data_stream": { | ||
"dataset": "3", | ||
"namespace": "4" | ||
}, | ||
"error": { | ||
"exception": [ | ||
{ | ||
"message": "no connection established" | ||
} | ||
], | ||
"log": { | ||
"message": "retrying connection" | ||
} | ||
}, | ||
"host": { | ||
"hostname": "host-abc" | ||
}, | ||
"service": { | ||
"language": { | ||
"name": "unknown" | ||
}, | ||
"name": "unknown" | ||
}, | ||
"span": {}, | ||
"timestamp": { | ||
"us": 1576500418000768 | ||
}, | ||
"trace": { | ||
"id": "00000000000000000000000046467830" | ||
}, | ||
"transaction": { | ||
"sampled": true, | ||
"type": "unknown" | ||
} | ||
} | ||
] | ||
} |
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
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