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

     1  {
     2    "sample_types": [
     3      {
     4        "type": "cpu",
     5        "unit": "nanoseconds"
     6      }
     7    ],
     8    "samples": [
     9      {
    10        "locations": [
    11          {
    12            "address": "0xef0",
    13            "lines": [
    14              "serviceC_func3[serviceC_func3]@service_c.go:50"
    15            ],
    16            "mapping": "0x4000-0x5000@0x0 service-c.so()"
    17          },
    18          {
    19            "address": "0xef0",
    20            "lines": [
    21              "serviceC_func3[serviceC_func3]@service_c.go:50"
    22            ],
    23            "mapping": "0x4000-0x5000@0x0 service-c.so()"
    24          }
    25        ],
    26        "values": "7000000000"
    27      }
    28    ],
    29    "time_nanos": "239",
    30    "duration_nanos": "10000000000",
    31    "period": "10000000"
    32  }