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

     1  {
     2    "sample_types": [
     3      {
     4        "type": "events",
     5        "unit": "nanoseconds"
     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        "locations": [
    24          {
    25            "address": "0x3f0",
    26            "mapping": "0x1000-0x1000@0x0 file1.so()"
    27          }
    28        ],
    29        "values": "21"
    30      }
    31    ],
    32    "time_nanos": "239",
    33    "duration_nanos": "10000000000",
    34    "period": "0"
    35  }