-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
40 lines (40 loc) · 880 Bytes
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{"apiVersion": "autoscaling.k8s.io/v1",
"kind": "VerticalPodAutoscalerCheckpoint",
"metadata": {
"creationTimestamp": "2020-07-24T02:08:41Z",
"name": "my-vpa-checkpoint",
"namespace": "default"
},
"spec": {
"containerName": "my-container",
"vpaObjectName": "my-container-vpa"
},
"status": {
"firstSampleStart": "2020-07-22T04:46:22Z",
"lastSampleStart": "2022-05-27T15:11:24Z",
"lastUpdateTime": "2022-05-27T15:11:47Z",
"memoryHistogram": {
"bucketWeights": {
"2": 38,
"35": 1,
"36": 1,
"37": 2,
"38": 55,
"39": 704,
"40": 3788,
"41": 10000,
"42": 5422,
"43": 2923,
"44": 402,
"45": 32,
"46": 5212,
"47": 1,
"48": 7
},
"referenceTimestamp": "2022-05-28T00:00:00Z",
"totalWeight": 6.673685189638553
},
"totalSamplesCount": 650223,
"version": "v3"
}
}