github.com/grafana/pyroscope@v1.18.0/pkg/ingester/otlp/testdata/TestSymbolizedFunctionNames.json (about) 1 { 2 "sample_types": [ 3 { 4 "type": "samples", 5 "unit": "ms" 6 } 7 ], 8 "samples": [ 9 { 10 "locations": [ 11 { 12 "address": "0x1e0", 13 "mapping": "0x1000-0x1000@0x0 file1.so()" 14 }, 15 { 16 "address": "0x2f0", 17 "mapping": "0x1000-0x1000@0x0 file1.so()" 18 } 19 ], 20 "values": "239" 21 } 22 ], 23 "time_nanos": "239", 24 "duration_nanos": "10000000000", 25 "period": "0" 26 }