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

     1  {
     2    "sample_types": [
     3      {
     4        "type": "samples",
     5        "unit": "ms"
     6      }
     7    ],
     8    "samples": [
     9      {
    10        "locations": [
    11          {
    12            "address": "0x1e",
    13            "mapping": "0x1000-0x1000@0x0 firefox.so()"
    14          },
    15          {
    16            "address": "0x2e",
    17            "mapping": "0x1000-0x1000@0x0 firefox.so()"
    18          }
    19        ],
    20        "values": "239",
    21        "labels": "process=firefox"
    22      },
    23      {
    24        "locations": [
    25          {
    26            "address": "0x3e",
    27            "mapping": "0x1000-0x1000@0x0 chrome.so()"
    28          },
    29          {
    30            "address": "0x4e",
    31            "mapping": "0x1000-0x1000@0x0 chrome.so()"
    32          }
    33        ],
    34        "values": "61423",
    35        "labels": "process=chrome"
    36      }
    37    ],
    38    "time_nanos": "239",
    39    "duration_nanos": "10000000000",
    40    "period": "0"
    41  }