github.com/grafana/pyroscope@v1.18.0/pkg/ingester/otlp/testdata/TestDifferentServiceNames_service_a_profile.json (about)

     1  {
     2    "sample_types": [
     3      {
     4        "type": "cpu",
     5        "unit": "nanoseconds"
     6      }
     7    ],
     8    "samples": [
     9      {
    10        "locations": [
    11          {
    12            "address": "0x1100",
    13            "lines": [
    14              "serviceA_func1[serviceA_func1]@service_a.go:10"
    15            ],
    16            "mapping": "0x1000-0x2000@0x0 service-a.so()"
    17          },
    18          {
    19            "address": "0x1200",
    20            "lines": [
    21              "serviceA_func2[serviceA_func2]@service_a.go:20"
    22            ],
    23            "mapping": "0x1000-0x2000@0x0 service-a.so()"
    24          }
    25        ],
    26        "values": "1000000000"
    27      }
    28    ],
    29    "time_nanos": "239",
    30    "duration_nanos": "10000000000",
    31    "period": "10000000"
    32  }