deploy/kubernetes/overlays/examples_perf/configmap.yaml (24 lines of code) (raw):
apiVersion: v1
kind: ConfigMap
metadata:
name: perf-config
namespace: cadvisor
data:
perf-non-hardware.json: |
{
"core": {
"events": [
"context-switches",
"cpu-migrations-custom"
],
"custom_events": [
{
"type": 1,
"config": [
"0x4"
],
"name": "cpu-migrations-custom"
}
]
}
}