github.com/grafana/pyroscope@v1.18.0/pkg/querybackend/testdata/fixtures/series_labels_by.json (about)

     1  {
     2    "query": {
     3      "label_names": [
     4        "service_name",
     5        "__profile_type__"
     6      ]
     7    },
     8    "series_labels": [
     9      {
    10        "labels": [
    11          {
    12            "name": "__profile_type__",
    13            "value": "block:contentions:count:contentions:count"
    14          },
    15          {
    16            "name": "service_name",
    17            "value": "pyroscope"
    18          }
    19        ]
    20      },
    21      {
    22        "labels": [
    23          {
    24            "name": "__profile_type__",
    25            "value": "block:delay:nanoseconds:contentions:count"
    26          },
    27          {
    28            "name": "service_name",
    29            "value": "pyroscope"
    30          }
    31        ]
    32      },
    33      {
    34        "labels": [
    35          {
    36            "name": "__profile_type__",
    37            "value": "goroutines:goroutine:count:goroutine:count"
    38          },
    39          {
    40            "name": "service_name",
    41            "value": "pyroscope"
    42          }
    43        ]
    44      },
    45      {
    46        "labels": [
    47          {
    48            "name": "__profile_type__",
    49            "value": "memory:alloc_objects:count:space:bytes"
    50          },
    51          {
    52            "name": "service_name",
    53            "value": "pyroscope"
    54          }
    55        ]
    56      },
    57      {
    58        "labels": [
    59          {
    60            "name": "__profile_type__",
    61            "value": "memory:alloc_space:bytes:space:bytes"
    62          },
    63          {
    64            "name": "service_name",
    65            "value": "pyroscope"
    66          }
    67        ]
    68      },
    69      {
    70        "labels": [
    71          {
    72            "name": "__profile_type__",
    73            "value": "memory:inuse_objects:count:space:bytes"
    74          },
    75          {
    76            "name": "service_name",
    77            "value": "pyroscope"
    78          }
    79        ]
    80      },
    81      {
    82        "labels": [
    83          {
    84            "name": "__profile_type__",
    85            "value": "memory:inuse_space:bytes:space:bytes"
    86          },
    87          {
    88            "name": "service_name",
    89            "value": "pyroscope"
    90          }
    91        ]
    92      },
    93      {
    94        "labels": [
    95          {
    96            "name": "__profile_type__",
    97            "value": "mutex:contentions:count:contentions:count"
    98          },
    99          {
   100            "name": "service_name",
   101            "value": "pyroscope"
   102          }
   103        ]
   104      },
   105      {
   106        "labels": [
   107          {
   108            "name": "__profile_type__",
   109            "value": "mutex:delay:nanoseconds:contentions:count"
   110          },
   111          {
   112            "name": "service_name",
   113            "value": "pyroscope"
   114          }
   115        ]
   116      },
   117      {
   118        "labels": [
   119          {
   120            "name": "__profile_type__",
   121            "value": "process_cpu:cpu:nanoseconds:cpu:nanoseconds"
   122          },
   123          {
   124            "name": "service_name",
   125            "value": "pyroscope"
   126          }
   127        ]
   128      },
   129      {
   130        "labels": [
   131          {
   132            "name": "__profile_type__",
   133            "value": "process_cpu:samples:count:cpu:nanoseconds"
   134          },
   135          {
   136            "name": "service_name",
   137            "value": "pyroscope"
   138          }
   139        ]
   140      }
   141    ]
   142  }