aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/controller/responses/metering.json
blob: 328329e2b609f3bf4ccf38cff0e9170d6946417a (plain) (blame)
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
[
  {
    "applicationId": "tenant.app.instance",
    "timestamp": 123456789,
    "zoneId": "prod.default",
    "cpu": 12.0,
    "memory": 48.0,
    "disk": 1200.0,
    "architecture": "arm64",
    "version": "0.0.0",
    "gpuMemoryGb": 0.0,
    "gpuCount": 0
  },
  {
    "applicationId": "tenant.app.instance",
    "timestamp": 123456789,
    "zoneId": "prod.default",
    "cpu": 24.0,
    "memory": 96.0,
    "disk": 2400.0,
    "architecture": "x86_64",
    "version": "0.0.0",
    "gpuMemoryGb": 0.0,
    "gpuCount": 0
  }
]