github.com/google/cadvisor@v0.49.1/deploy/kubernetes/overlays/examples_perf/configmap.yaml (about)

     1  apiVersion: v1
     2  kind: ConfigMap
     3  metadata:
     4    name: perf-config
     5    namespace: cadvisor
     6  data:
     7    perf-non-hardware.json: |
     8      {
     9        "core": {
    10          "events": [
    11            "context-switches",
    12            "cpu-migrations-custom"
    13          ],
    14          "custom_events": [
    15            {
    16              "type": 1,
    17              "config": [
    18                "0x4"
    19              ],
    20              "name": "cpu-migrations-custom"
    21            }
    22          ]
    23        }
    24      }
    25