forked from ashleydavis/nodejs-microservices-example
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsmall_data.json
More file actions
37 lines (37 loc) · 819 Bytes
/
small_data.json
File metadata and controls
37 lines (37 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"resourceSpans": [
{
"resource": {
"attributes": [
{
"key": "service.name",
"value": {
"stringValue": "curl-test-otel-pipeline"
}
}
]
},
"instrumentationLibrarySpans": [
{
"spans": [
{
"traceId": "71699b6fe85982c7c8995ea3d9c95ef4",
"spanId": "3c191d03fa8be077",
"name": "test-span",
"kind": 1,
"droppedAttributesCount": 0,
"events": [],
"droppedEventsCount": 0,
"status": {
"code": 1
}
}
],
"instrumentationLibrary": {
"name": "local-curl-example"
}
}
]
}
]
}