File: configmap.yaml

package info (click to toggle)
cadvisor 0.38.7%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,508 kB
  • sloc: ansic: 839; sh: 310; python: 101; makefile: 93
file content (22 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
apiVersion: v1
kind: ConfigMap
metadata:
  name: perf-config
  namespace: cadvisor
data:
  perf-non-hardware.json: |
    {
    "events": [
      ["context-switches"],
      ["cpu-migrations-custom"]
    ],
    "custom_events": [
        {
          "type": 1,
          "config": [
            "0x4"
          ],
          "name": "cpu-migrations-custom"
        }
      ]
    }