github.com/grafana/pyroscope@v1.18.0/pkg/ingester/otlp/testdata/TestDifferentServiceNames_service_b_profile.json (about) 1 { 2 "sample_types": [ 3 { 4 "type": "cpu", 5 "unit": "nanoseconds" 6 } 7 ], 8 "samples": [ 9 { 10 "locations": [ 11 { 12 "address": "0x2100", 13 "lines": [ 14 "serviceB_func1[serviceB_func1]@service_b.go:30" 15 ], 16 "mapping": "0x2000-0x3000@0x0 service-b.so()" 17 }, 18 { 19 "address": "0x2200", 20 "lines": [ 21 "serviceB_func2[serviceB_func2]@service_b.go:40" 22 ], 23 "mapping": "0x2000-0x3000@0x0 service-b.so()" 24 } 25 ], 26 "values": "2000000000" 27 } 28 ], 29 "time_nanos": "239", 30 "duration_nanos": "10000000000", 31 "period": "10000000" 32 }