Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/component/otelcol/receiver/otlp/testdata/payload.json
5363 views
1
{
2
"resource_spans": [{
3
"resource": {
4
"attributes": [{
5
"key": "host.name",
6
"value": { "stringValue": "example" }
7
}]
8
},
9
"scope_spans": [{
10
"spans": [
11
{
12
"trace_id": "5B8EFFF798038103D269B633813FC60C",
13
"span_id": "EEE19B7EC3C1B174",
14
"parent_span_id": "EEE19B7EC3C1B173",
15
"name": "testSpan",
16
"start_time_unix_nano": 1544712660300000000,
17
"end_time_unix_nano": 1544712660600000000,
18
"kind": "SPAN_KIND_CLIENT"
19
}
20
]
21
}]
22
}]
23
}
24
25