@grnsft/if 0.5.0-beta.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/check.js +14 -4
- package/build/config/strings.d.ts +4 -0
- package/build/config/strings.js +7 -3
- package/build/util/debug-logger.js +8 -7
- package/build/util/helpers.d.ts +1 -1
- package/build/util/helpers.js +3 -2
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +27 -0
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/failure-missing-column.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/failure-missing-output.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/success-renaming.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/success.yml +1 -2
- package/manifests/{plugins → examples/builtins}/exponent/success.yml +1 -2
- package/manifests/{plugins → examples/builtins}/groupby/success.yml +1 -1
- package/manifests/{plugins → examples/builtins}/interpolation/success.yml +0 -1
- package/manifests/{plugins → examples/builtins}/subtract/success.yml +1 -2
- package/manifests/examples/{generics.yml → pipelines/generics.yml} +1 -0
- package/manifests/examples/{instance-metadata.yml → pipelines/instance-metadata.yml} +4 -4
- package/manifests/examples/{pipeline-with-aggregate.yml → pipelines/pipeline-with-aggregate.yml} +1 -1
- package/manifests/outputs/bugs/aggregation-error-wrong-metric.yaml +243 -0
- package/manifests/outputs/bugs/initialize-error-no-config.yaml +78 -0
- package/manifests/outputs/bugs/initialize-error-no-path.yaml +91 -0
- package/manifests/outputs/bugs/initialize-error-no-plugins.yaml +74 -0
- package/manifests/outputs/bugs/input-error-missing-duration.yaml +84 -0
- package/manifests/outputs/bugs/mock-observations-failure-duration-is-zero.yaml +81 -0
- package/manifests/outputs/bugs/pipeline-error-naming-mismatch.yaml +91 -0
- package/manifests/outputs/bugs/pipeline-error-uninitialized-plugin.yaml +92 -0
- package/manifests/outputs/bugs/pipeline-ordering-error.yaml +155 -0
- package/manifests/outputs/bugs/sci-embodied-missing-resources-total.yaml +73 -0
- package/manifests/outputs/divide.yaml +93 -0
- package/manifests/outputs/features/aggregate-failure-invalid-metrics.yaml +101 -0
- package/manifests/outputs/features/aggregate-failure-missing-metric-in-inputs.yaml +100 -0
- package/manifests/outputs/features/aggregate-horizontal.yaml +128 -0
- package/manifests/outputs/features/aggregate-vertical.yaml +151 -0
- package/manifests/outputs/features/aggregate.yaml +155 -0
- package/manifests/outputs/pipelines/cloud-metadata-divide.yaml +95 -0
- package/manifests/outputs/pipelines/mock-obs-group-by-cloud-meta.yaml +645 -0
- package/manifests/outputs/pipelines/mock-obs-groupby.yaml +178 -0
- package/manifests/outputs/pipelines/mock-obs-time-sync.yaml +350 -0
- package/manifests/outputs/plugins/coefficient/failure-invalid-config-input-param.yaml +73 -0
- package/manifests/outputs/plugins/coefficient/failure-output-param-is-null.yaml +73 -0
- package/manifests/outputs/plugins/coefficient/success.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +27 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yaml +77 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/success.yaml +82 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/failure-missing-column.yaml +76 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/failure-missing-output.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/success-renaming.yaml +80 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/success.yaml +92 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/failure-missing-input-param.yaml +74 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/success.yaml +76 -0
- package/manifests/outputs/plugins/divide/failure-invalid-config-denominator.yaml +73 -0
- package/manifests/outputs/plugins/divide/failure-missing-numerator.yaml +77 -0
- package/manifests/outputs/plugins/divide/success-denominator-equal-zero.yaml +95 -0
- package/manifests/outputs/plugins/divide/success.yaml +95 -0
- package/manifests/outputs/plugins/exponent/success.yaml +77 -0
- package/manifests/outputs/plugins/groupby/failure-invalid-config-group.yaml +96 -0
- package/manifests/outputs/plugins/groupby/failure-missing-cloud-instance-type.yaml +95 -0
- package/manifests/outputs/plugins/groupby/success.yaml +101 -0
- package/manifests/outputs/plugins/interpolation/interpolation.yaml +83 -0
- package/manifests/outputs/plugins/interpolation/success.yaml +83 -0
- package/manifests/outputs/plugins/mock-observations/failure-invalid-config-cpu-range.yaml +86 -0
- package/manifests/outputs/plugins/mock-observations/failure-invalid-memory-utilization-range.yaml +84 -0
- package/manifests/outputs/plugins/mock-observations/failure-missing-timestamp-from-param.yaml +83 -0
- package/manifests/outputs/plugins/mock-observations/success.yaml +220 -0
- package/manifests/outputs/plugins/multiply/failure-input-parameter-is-missing.yaml +75 -0
- package/manifests/outputs/plugins/multiply/success-with-multiple-inputs.yaml +96 -0
- package/manifests/outputs/plugins/multiply/success.yaml +78 -0
- package/manifests/outputs/plugins/regex/failure-missing-input-param.yaml +75 -0
- package/manifests/outputs/plugins/regex/failure-not-matching-with-regex.yaml +76 -0
- package/manifests/outputs/plugins/regex/success.yaml +81 -0
- package/manifests/outputs/plugins/sci/failure-invalid-config-value.yaml +72 -0
- package/manifests/outputs/plugins/sci/failure-missing-input-param.yaml +72 -0
- package/manifests/outputs/plugins/sci/success.yml.yaml +80 -0
- package/manifests/outputs/plugins/sci-embodied/failure-invalid-default-emission-value.yaml +75 -0
- package/manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan.yaml +71 -0
- package/manifests/outputs/plugins/sci-embodied/success.yaml +78 -0
- package/manifests/outputs/plugins/shell/failure-invalid-command.yaml +70 -0
- package/manifests/outputs/plugins/shell/success.yaml +68 -0
- package/manifests/outputs/plugins/subtract/success.yaml +78 -0
- package/manifests/outputs/plugins/sum/failure-missing-input-param.yaml +75 -0
- package/manifests/outputs/plugins/sum/failure-missing-output-param.yaml +78 -0
- package/manifests/outputs/plugins/sum/success.yaml +78 -0
- package/manifests/outputs/plugins/time-sync/failure-config-start-later-end.yaml +82 -0
- package/manifests/outputs/plugins/time-sync/failure-missing-global-config.yaml +78 -0
- package/manifests/outputs/plugins/time-sync/success.yaml +119 -0
- package/package.json +1 -1
- package/manifests/bugs/aggregation-error-wrong-metric.yml +0 -178
- package/manifests/bugs/azure-importer-ignoring-defaults.yml +0 -64
- package/manifests/bugs/azure-importer-incorrect-calculation.yml +0 -59
- package/manifests/bugs/initialize-error-no-config.yml +0 -26
- package/manifests/bugs/initialize-error-no-path.yml +0 -32
- package/manifests/bugs/initialize-error-no-plugins.yml +0 -23
- package/manifests/bugs/input-error-missing-duration.yml +0 -25
- package/manifests/bugs/mock-observations-failure-duration-is-zero.yml +0 -34
- package/manifests/bugs/pipeline-error-naming-mismatch.yml +0 -32
- package/manifests/bugs/pipeline-error-uninitialized-plugin.yml +0 -33
- package/manifests/bugs/pipeline-ordering-error.yml +0 -91
- package/manifests/bugs/sci-embodied-missing-resources-total.yml +0 -23
- package/manifests/examples/copy.yaml +0 -20
- package/manifests/examples/mock-cpu-util-to-carbon.yml +0 -76
- package/manifests/examples/region-metadata.yml +0 -26
- package/manifests/examples/tdp-finder.yml +0 -23
- package/manifests/features/aggregate-failure-invalid-metrics.yml +0 -49
- package/manifests/features/aggregate-failure-missing-metric-in-inputs.yml +0 -49
- package/manifests/features/aggregate-horizontal.yml +0 -50
- package/manifests/features/aggregate-vertical.yml +0 -50
- package/manifests/features/aggregate.yml +0 -50
- package/manifests/integrations/cloud-metadata-divide.yml +0 -37
- package/manifests/integrations/instance-metadata/failure-invalid-instance-type.yaml +0 -33
- package/manifests/integrations/instance-metadata/failure-invalid-provider.yaml +0 -33
- package/manifests/integrations/instance-metadata/failure-missing-queried-input.yml +0 -33
- package/manifests/integrations/instance-metadata/success.yml +0 -33
- package/manifests/integrations/mock-obs-group-by-cloud-meta.yml +0 -57
- package/manifests/integrations/mock-obs-groupby.yml +0 -39
- package/manifests/integrations/mock-obs-time-sync.yml +0 -110
- /package/manifests/{plugins → examples/builtins}/coefficient/failure-invalid-config-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/coefficient/failure-output-param-is-null.yaml +0 -0
- /package/manifests/{plugins → examples/builtins}/coefficient/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-denominator-equal-zero.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-invalid-config-denominator.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-missing-numerator.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/groupby/failure-invalid-config-group.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/groupby/failure-missing-cloud-instance-type.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/interpolation/interpolation.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-invalid-config-cpu-range.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-invalid-memory-utilization-range.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-missing-timestamp-from-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/failure-input-parameter-is-missing.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/success-with-multiple-inputs.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/failure-not-matching-with-regex.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/failure-invalid-config-value.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/failure-invalid-default-emission-value.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/failure-missing-expected-lifespan.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/shell/failure-invalid-command.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/shell/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/failure-missing-output-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/failure-config-start-later-end.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/failure-missing-global-config.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/success.yml +0 -0
- /package/manifests/examples/{nesting.yml → pipelines/nesting.yml} +0 -0
- /package/manifests/examples/{pipeline-teads-sci.yml → pipelines/pipeline-teads-sci.yml} +0 -0
- /package/manifests/examples/{pipeline-with-mocks.yml → pipelines/pipeline-with-mocks.yml} +0 -0
- /package/manifests/examples/{sci.yml → pipelines/sci.yml} +0 -0
- /package/manifests/examples/{teads-curve.yml → pipelines/teads-curve.yml} +0 -0
- /package/manifests/examples/{zeros.yaml → pipelines/zeros.yml} +0 -0
- /package/manifests/{plugins → outputs/plugins}/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +0 -0
|
@@ -0,0 +1,645 @@
|
|
|
1
|
+
name: My Manifest File
|
|
2
|
+
description: integration of mock observations, group by and cloud metadata
|
|
3
|
+
aggregation:
|
|
4
|
+
metrics:
|
|
5
|
+
- cpu/utilization
|
|
6
|
+
type: both
|
|
7
|
+
initialize:
|
|
8
|
+
plugins:
|
|
9
|
+
group-by:
|
|
10
|
+
path: builtin
|
|
11
|
+
method: GroupBy
|
|
12
|
+
global-config:
|
|
13
|
+
input-parameters:
|
|
14
|
+
- cpu/energy
|
|
15
|
+
- grid/carbon-intensity
|
|
16
|
+
output-parameter: carbon
|
|
17
|
+
cloud-metadata:
|
|
18
|
+
path: builtin
|
|
19
|
+
method: CSVLookup
|
|
20
|
+
global-config:
|
|
21
|
+
filepath: >-
|
|
22
|
+
https://raw.githubusercontent.com/Green-Software-Foundation/if-data/main/cloud-metdata-azure-instances.csv
|
|
23
|
+
query:
|
|
24
|
+
instance-class: cloud/instance-type
|
|
25
|
+
output:
|
|
26
|
+
- cpu-tdp
|
|
27
|
+
mock-observations:
|
|
28
|
+
path: builtin
|
|
29
|
+
method: MockObservations
|
|
30
|
+
global-config:
|
|
31
|
+
timestamp-from: 2024-03-05T00:00
|
|
32
|
+
timestamp-to: 2024-03-05T01:00
|
|
33
|
+
duration: 300
|
|
34
|
+
components:
|
|
35
|
+
- name: server-1
|
|
36
|
+
cloud/instance-type: Standard_E64_v3
|
|
37
|
+
cloud/region: eastus
|
|
38
|
+
- name: server-2
|
|
39
|
+
cloud/instance-type: Standard_E64_v3
|
|
40
|
+
cloud/region: france
|
|
41
|
+
generators:
|
|
42
|
+
common:
|
|
43
|
+
geolocation: 37.7749,-122.4194
|
|
44
|
+
cloud/vendor: azure
|
|
45
|
+
randint:
|
|
46
|
+
cpu/utilization:
|
|
47
|
+
min: 1
|
|
48
|
+
max: 99
|
|
49
|
+
outputs:
|
|
50
|
+
- yaml
|
|
51
|
+
execution:
|
|
52
|
+
command: >-
|
|
53
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
54
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
55
|
+
manifests/outputs/pipelines/mock-obs-group-by-cloud-meta.yml -o
|
|
56
|
+
manifests/outputs/pipelines/mock-obs-group-by-cloud-meta
|
|
57
|
+
environment:
|
|
58
|
+
if-version: 0.4.0
|
|
59
|
+
os: macOS
|
|
60
|
+
os-version: '13.2'
|
|
61
|
+
node-version: 18.14.2
|
|
62
|
+
date-time: 2024-07-02T05:21:45.561Z (UTC)
|
|
63
|
+
dependencies:
|
|
64
|
+
- '@babel/core@7.22.10'
|
|
65
|
+
- '@babel/preset-typescript@7.23.3'
|
|
66
|
+
- '@commitlint/cli@18.6.0'
|
|
67
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
68
|
+
- '@grnsft/if-core@0.0.10'
|
|
69
|
+
|
|
70
|
+
- '@jest/globals@29.7.0'
|
|
71
|
+
- '@types/jest@29.5.8'
|
|
72
|
+
- '@types/js-yaml@4.0.9'
|
|
73
|
+
- '@types/luxon@3.4.2'
|
|
74
|
+
- '@types/node@20.9.0'
|
|
75
|
+
- axios-mock-adapter@1.22.0
|
|
76
|
+
- axios@1.7.2
|
|
77
|
+
- cross-env@7.0.3
|
|
78
|
+
- csv-parse@5.5.6
|
|
79
|
+
- csv-stringify@6.4.6
|
|
80
|
+
- fixpack@4.0.0
|
|
81
|
+
- gts@5.2.0
|
|
82
|
+
- husky@8.0.3
|
|
83
|
+
- jest@29.7.0
|
|
84
|
+
- js-yaml@4.1.0
|
|
85
|
+
- lint-staged@15.2.2
|
|
86
|
+
- luxon@3.4.4
|
|
87
|
+
- release-it@16.3.0
|
|
88
|
+
- rimraf@5.0.5
|
|
89
|
+
- ts-command-line-args@2.5.1
|
|
90
|
+
- ts-jest@29.1.1
|
|
91
|
+
- typescript-cubic-spline@1.0.1
|
|
92
|
+
- typescript@5.2.2
|
|
93
|
+
- winston@3.11.0
|
|
94
|
+
- zod@3.22.4
|
|
95
|
+
status: success
|
|
96
|
+
tree:
|
|
97
|
+
pipeline:
|
|
98
|
+
- mock-observations
|
|
99
|
+
- group-by
|
|
100
|
+
- cloud-metadata
|
|
101
|
+
config:
|
|
102
|
+
group-by:
|
|
103
|
+
group:
|
|
104
|
+
- name
|
|
105
|
+
- cloud/instance-type
|
|
106
|
+
children:
|
|
107
|
+
server-1:
|
|
108
|
+
children:
|
|
109
|
+
Standard_E64_v3:
|
|
110
|
+
inputs:
|
|
111
|
+
- timestamp: '2024-03-05T00:00:00.000Z'
|
|
112
|
+
duration: 300
|
|
113
|
+
name: server-1
|
|
114
|
+
cloud/instance-type: Standard_E64_v3
|
|
115
|
+
cloud/region: eastus
|
|
116
|
+
geolocation: 37.7749,-122.4194
|
|
117
|
+
cloud/vendor: azure
|
|
118
|
+
cpu/utilization: 93
|
|
119
|
+
- timestamp: '2024-03-05T00:05:00.000Z'
|
|
120
|
+
duration: 300
|
|
121
|
+
name: server-1
|
|
122
|
+
cloud/instance-type: Standard_E64_v3
|
|
123
|
+
cloud/region: eastus
|
|
124
|
+
geolocation: 37.7749,-122.4194
|
|
125
|
+
cloud/vendor: azure
|
|
126
|
+
cpu/utilization: 6
|
|
127
|
+
- timestamp: '2024-03-05T00:10:00.000Z'
|
|
128
|
+
duration: 300
|
|
129
|
+
name: server-1
|
|
130
|
+
cloud/instance-type: Standard_E64_v3
|
|
131
|
+
cloud/region: eastus
|
|
132
|
+
geolocation: 37.7749,-122.4194
|
|
133
|
+
cloud/vendor: azure
|
|
134
|
+
cpu/utilization: 6
|
|
135
|
+
- timestamp: '2024-03-05T00:15:00.000Z'
|
|
136
|
+
duration: 300
|
|
137
|
+
name: server-1
|
|
138
|
+
cloud/instance-type: Standard_E64_v3
|
|
139
|
+
cloud/region: eastus
|
|
140
|
+
geolocation: 37.7749,-122.4194
|
|
141
|
+
cloud/vendor: azure
|
|
142
|
+
cpu/utilization: 3
|
|
143
|
+
- timestamp: '2024-03-05T00:20:00.000Z'
|
|
144
|
+
duration: 300
|
|
145
|
+
name: server-1
|
|
146
|
+
cloud/instance-type: Standard_E64_v3
|
|
147
|
+
cloud/region: eastus
|
|
148
|
+
geolocation: 37.7749,-122.4194
|
|
149
|
+
cloud/vendor: azure
|
|
150
|
+
cpu/utilization: 83
|
|
151
|
+
- timestamp: '2024-03-05T00:25:00.000Z'
|
|
152
|
+
duration: 300
|
|
153
|
+
name: server-1
|
|
154
|
+
cloud/instance-type: Standard_E64_v3
|
|
155
|
+
cloud/region: eastus
|
|
156
|
+
geolocation: 37.7749,-122.4194
|
|
157
|
+
cloud/vendor: azure
|
|
158
|
+
cpu/utilization: 85
|
|
159
|
+
- timestamp: '2024-03-05T00:30:00.000Z'
|
|
160
|
+
duration: 300
|
|
161
|
+
name: server-1
|
|
162
|
+
cloud/instance-type: Standard_E64_v3
|
|
163
|
+
cloud/region: eastus
|
|
164
|
+
geolocation: 37.7749,-122.4194
|
|
165
|
+
cloud/vendor: azure
|
|
166
|
+
cpu/utilization: 8
|
|
167
|
+
- timestamp: '2024-03-05T00:35:00.000Z'
|
|
168
|
+
duration: 300
|
|
169
|
+
name: server-1
|
|
170
|
+
cloud/instance-type: Standard_E64_v3
|
|
171
|
+
cloud/region: eastus
|
|
172
|
+
geolocation: 37.7749,-122.4194
|
|
173
|
+
cloud/vendor: azure
|
|
174
|
+
cpu/utilization: 59
|
|
175
|
+
- timestamp: '2024-03-05T00:40:00.000Z'
|
|
176
|
+
duration: 300
|
|
177
|
+
name: server-1
|
|
178
|
+
cloud/instance-type: Standard_E64_v3
|
|
179
|
+
cloud/region: eastus
|
|
180
|
+
geolocation: 37.7749,-122.4194
|
|
181
|
+
cloud/vendor: azure
|
|
182
|
+
cpu/utilization: 55
|
|
183
|
+
- timestamp: '2024-03-05T00:45:00.000Z'
|
|
184
|
+
duration: 300
|
|
185
|
+
name: server-1
|
|
186
|
+
cloud/instance-type: Standard_E64_v3
|
|
187
|
+
cloud/region: eastus
|
|
188
|
+
geolocation: 37.7749,-122.4194
|
|
189
|
+
cloud/vendor: azure
|
|
190
|
+
cpu/utilization: 85
|
|
191
|
+
- timestamp: '2024-03-05T00:50:00.000Z'
|
|
192
|
+
duration: 300
|
|
193
|
+
name: server-1
|
|
194
|
+
cloud/instance-type: Standard_E64_v3
|
|
195
|
+
cloud/region: eastus
|
|
196
|
+
geolocation: 37.7749,-122.4194
|
|
197
|
+
cloud/vendor: azure
|
|
198
|
+
cpu/utilization: 52
|
|
199
|
+
- timestamp: '2024-03-05T00:55:00.000Z'
|
|
200
|
+
duration: 300
|
|
201
|
+
name: server-1
|
|
202
|
+
cloud/instance-type: Standard_E64_v3
|
|
203
|
+
cloud/region: eastus
|
|
204
|
+
geolocation: 37.7749,-122.4194
|
|
205
|
+
cloud/vendor: azure
|
|
206
|
+
cpu/utilization: 54
|
|
207
|
+
outputs:
|
|
208
|
+
- timestamp: '2024-03-05T00:00:00.000Z'
|
|
209
|
+
duration: 300
|
|
210
|
+
name: server-1
|
|
211
|
+
cloud/instance-type: Standard_E64_v3
|
|
212
|
+
cloud/region: eastus
|
|
213
|
+
geolocation: 37.7749,-122.4194
|
|
214
|
+
cloud/vendor: azure
|
|
215
|
+
cpu/utilization: 93
|
|
216
|
+
cpu-tdp: 270
|
|
217
|
+
- timestamp: '2024-03-05T00:05:00.000Z'
|
|
218
|
+
duration: 300
|
|
219
|
+
name: server-1
|
|
220
|
+
cloud/instance-type: Standard_E64_v3
|
|
221
|
+
cloud/region: eastus
|
|
222
|
+
geolocation: 37.7749,-122.4194
|
|
223
|
+
cloud/vendor: azure
|
|
224
|
+
cpu/utilization: 6
|
|
225
|
+
cpu-tdp: 270
|
|
226
|
+
- timestamp: '2024-03-05T00:10:00.000Z'
|
|
227
|
+
duration: 300
|
|
228
|
+
name: server-1
|
|
229
|
+
cloud/instance-type: Standard_E64_v3
|
|
230
|
+
cloud/region: eastus
|
|
231
|
+
geolocation: 37.7749,-122.4194
|
|
232
|
+
cloud/vendor: azure
|
|
233
|
+
cpu/utilization: 6
|
|
234
|
+
cpu-tdp: 270
|
|
235
|
+
- timestamp: '2024-03-05T00:15:00.000Z'
|
|
236
|
+
duration: 300
|
|
237
|
+
name: server-1
|
|
238
|
+
cloud/instance-type: Standard_E64_v3
|
|
239
|
+
cloud/region: eastus
|
|
240
|
+
geolocation: 37.7749,-122.4194
|
|
241
|
+
cloud/vendor: azure
|
|
242
|
+
cpu/utilization: 3
|
|
243
|
+
cpu-tdp: 270
|
|
244
|
+
- timestamp: '2024-03-05T00:20:00.000Z'
|
|
245
|
+
duration: 300
|
|
246
|
+
name: server-1
|
|
247
|
+
cloud/instance-type: Standard_E64_v3
|
|
248
|
+
cloud/region: eastus
|
|
249
|
+
geolocation: 37.7749,-122.4194
|
|
250
|
+
cloud/vendor: azure
|
|
251
|
+
cpu/utilization: 83
|
|
252
|
+
cpu-tdp: 270
|
|
253
|
+
- timestamp: '2024-03-05T00:25:00.000Z'
|
|
254
|
+
duration: 300
|
|
255
|
+
name: server-1
|
|
256
|
+
cloud/instance-type: Standard_E64_v3
|
|
257
|
+
cloud/region: eastus
|
|
258
|
+
geolocation: 37.7749,-122.4194
|
|
259
|
+
cloud/vendor: azure
|
|
260
|
+
cpu/utilization: 85
|
|
261
|
+
cpu-tdp: 270
|
|
262
|
+
- timestamp: '2024-03-05T00:30:00.000Z'
|
|
263
|
+
duration: 300
|
|
264
|
+
name: server-1
|
|
265
|
+
cloud/instance-type: Standard_E64_v3
|
|
266
|
+
cloud/region: eastus
|
|
267
|
+
geolocation: 37.7749,-122.4194
|
|
268
|
+
cloud/vendor: azure
|
|
269
|
+
cpu/utilization: 8
|
|
270
|
+
cpu-tdp: 270
|
|
271
|
+
- timestamp: '2024-03-05T00:35:00.000Z'
|
|
272
|
+
duration: 300
|
|
273
|
+
name: server-1
|
|
274
|
+
cloud/instance-type: Standard_E64_v3
|
|
275
|
+
cloud/region: eastus
|
|
276
|
+
geolocation: 37.7749,-122.4194
|
|
277
|
+
cloud/vendor: azure
|
|
278
|
+
cpu/utilization: 59
|
|
279
|
+
cpu-tdp: 270
|
|
280
|
+
- timestamp: '2024-03-05T00:40:00.000Z'
|
|
281
|
+
duration: 300
|
|
282
|
+
name: server-1
|
|
283
|
+
cloud/instance-type: Standard_E64_v3
|
|
284
|
+
cloud/region: eastus
|
|
285
|
+
geolocation: 37.7749,-122.4194
|
|
286
|
+
cloud/vendor: azure
|
|
287
|
+
cpu/utilization: 55
|
|
288
|
+
cpu-tdp: 270
|
|
289
|
+
- timestamp: '2024-03-05T00:45:00.000Z'
|
|
290
|
+
duration: 300
|
|
291
|
+
name: server-1
|
|
292
|
+
cloud/instance-type: Standard_E64_v3
|
|
293
|
+
cloud/region: eastus
|
|
294
|
+
geolocation: 37.7749,-122.4194
|
|
295
|
+
cloud/vendor: azure
|
|
296
|
+
cpu/utilization: 85
|
|
297
|
+
cpu-tdp: 270
|
|
298
|
+
- timestamp: '2024-03-05T00:50:00.000Z'
|
|
299
|
+
duration: 300
|
|
300
|
+
name: server-1
|
|
301
|
+
cloud/instance-type: Standard_E64_v3
|
|
302
|
+
cloud/region: eastus
|
|
303
|
+
geolocation: 37.7749,-122.4194
|
|
304
|
+
cloud/vendor: azure
|
|
305
|
+
cpu/utilization: 52
|
|
306
|
+
cpu-tdp: 270
|
|
307
|
+
- timestamp: '2024-03-05T00:55:00.000Z'
|
|
308
|
+
duration: 300
|
|
309
|
+
name: server-1
|
|
310
|
+
cloud/instance-type: Standard_E64_v3
|
|
311
|
+
cloud/region: eastus
|
|
312
|
+
geolocation: 37.7749,-122.4194
|
|
313
|
+
cloud/vendor: azure
|
|
314
|
+
cpu/utilization: 54
|
|
315
|
+
cpu-tdp: 270
|
|
316
|
+
aggregated:
|
|
317
|
+
cpu/utilization: 49.083333333333336
|
|
318
|
+
outputs:
|
|
319
|
+
- cpu/utilization: 93
|
|
320
|
+
timestamp: '2024-03-05T00:00:00.000Z'
|
|
321
|
+
duration: 300
|
|
322
|
+
- cpu/utilization: 6
|
|
323
|
+
timestamp: '2024-03-05T00:05:00.000Z'
|
|
324
|
+
duration: 300
|
|
325
|
+
- cpu/utilization: 6
|
|
326
|
+
timestamp: '2024-03-05T00:10:00.000Z'
|
|
327
|
+
duration: 300
|
|
328
|
+
- cpu/utilization: 3
|
|
329
|
+
timestamp: '2024-03-05T00:15:00.000Z'
|
|
330
|
+
duration: 300
|
|
331
|
+
- cpu/utilization: 83
|
|
332
|
+
timestamp: '2024-03-05T00:20:00.000Z'
|
|
333
|
+
duration: 300
|
|
334
|
+
- cpu/utilization: 85
|
|
335
|
+
timestamp: '2024-03-05T00:25:00.000Z'
|
|
336
|
+
duration: 300
|
|
337
|
+
- cpu/utilization: 8
|
|
338
|
+
timestamp: '2024-03-05T00:30:00.000Z'
|
|
339
|
+
duration: 300
|
|
340
|
+
- cpu/utilization: 59
|
|
341
|
+
timestamp: '2024-03-05T00:35:00.000Z'
|
|
342
|
+
duration: 300
|
|
343
|
+
- cpu/utilization: 55
|
|
344
|
+
timestamp: '2024-03-05T00:40:00.000Z'
|
|
345
|
+
duration: 300
|
|
346
|
+
- cpu/utilization: 85
|
|
347
|
+
timestamp: '2024-03-05T00:45:00.000Z'
|
|
348
|
+
duration: 300
|
|
349
|
+
- cpu/utilization: 52
|
|
350
|
+
timestamp: '2024-03-05T00:50:00.000Z'
|
|
351
|
+
duration: 300
|
|
352
|
+
- cpu/utilization: 54
|
|
353
|
+
timestamp: '2024-03-05T00:55:00.000Z'
|
|
354
|
+
duration: 300
|
|
355
|
+
aggregated:
|
|
356
|
+
cpu/utilization: 49.083333333333336
|
|
357
|
+
server-2:
|
|
358
|
+
children:
|
|
359
|
+
Standard_E64_v3:
|
|
360
|
+
inputs:
|
|
361
|
+
- timestamp: '2024-03-05T00:00:00.000Z'
|
|
362
|
+
duration: 300
|
|
363
|
+
name: server-2
|
|
364
|
+
cloud/instance-type: Standard_E64_v3
|
|
365
|
+
cloud/region: france
|
|
366
|
+
geolocation: 37.7749,-122.4194
|
|
367
|
+
cloud/vendor: azure
|
|
368
|
+
cpu/utilization: 4
|
|
369
|
+
- timestamp: '2024-03-05T00:05:00.000Z'
|
|
370
|
+
duration: 300
|
|
371
|
+
name: server-2
|
|
372
|
+
cloud/instance-type: Standard_E64_v3
|
|
373
|
+
cloud/region: france
|
|
374
|
+
geolocation: 37.7749,-122.4194
|
|
375
|
+
cloud/vendor: azure
|
|
376
|
+
cpu/utilization: 63
|
|
377
|
+
- timestamp: '2024-03-05T00:10:00.000Z'
|
|
378
|
+
duration: 300
|
|
379
|
+
name: server-2
|
|
380
|
+
cloud/instance-type: Standard_E64_v3
|
|
381
|
+
cloud/region: france
|
|
382
|
+
geolocation: 37.7749,-122.4194
|
|
383
|
+
cloud/vendor: azure
|
|
384
|
+
cpu/utilization: 38
|
|
385
|
+
- timestamp: '2024-03-05T00:15:00.000Z'
|
|
386
|
+
duration: 300
|
|
387
|
+
name: server-2
|
|
388
|
+
cloud/instance-type: Standard_E64_v3
|
|
389
|
+
cloud/region: france
|
|
390
|
+
geolocation: 37.7749,-122.4194
|
|
391
|
+
cloud/vendor: azure
|
|
392
|
+
cpu/utilization: 10
|
|
393
|
+
- timestamp: '2024-03-05T00:20:00.000Z'
|
|
394
|
+
duration: 300
|
|
395
|
+
name: server-2
|
|
396
|
+
cloud/instance-type: Standard_E64_v3
|
|
397
|
+
cloud/region: france
|
|
398
|
+
geolocation: 37.7749,-122.4194
|
|
399
|
+
cloud/vendor: azure
|
|
400
|
+
cpu/utilization: 88
|
|
401
|
+
- timestamp: '2024-03-05T00:25:00.000Z'
|
|
402
|
+
duration: 300
|
|
403
|
+
name: server-2
|
|
404
|
+
cloud/instance-type: Standard_E64_v3
|
|
405
|
+
cloud/region: france
|
|
406
|
+
geolocation: 37.7749,-122.4194
|
|
407
|
+
cloud/vendor: azure
|
|
408
|
+
cpu/utilization: 81
|
|
409
|
+
- timestamp: '2024-03-05T00:30:00.000Z'
|
|
410
|
+
duration: 300
|
|
411
|
+
name: server-2
|
|
412
|
+
cloud/instance-type: Standard_E64_v3
|
|
413
|
+
cloud/region: france
|
|
414
|
+
geolocation: 37.7749,-122.4194
|
|
415
|
+
cloud/vendor: azure
|
|
416
|
+
cpu/utilization: 17
|
|
417
|
+
- timestamp: '2024-03-05T00:35:00.000Z'
|
|
418
|
+
duration: 300
|
|
419
|
+
name: server-2
|
|
420
|
+
cloud/instance-type: Standard_E64_v3
|
|
421
|
+
cloud/region: france
|
|
422
|
+
geolocation: 37.7749,-122.4194
|
|
423
|
+
cloud/vendor: azure
|
|
424
|
+
cpu/utilization: 11
|
|
425
|
+
- timestamp: '2024-03-05T00:40:00.000Z'
|
|
426
|
+
duration: 300
|
|
427
|
+
name: server-2
|
|
428
|
+
cloud/instance-type: Standard_E64_v3
|
|
429
|
+
cloud/region: france
|
|
430
|
+
geolocation: 37.7749,-122.4194
|
|
431
|
+
cloud/vendor: azure
|
|
432
|
+
cpu/utilization: 76
|
|
433
|
+
- timestamp: '2024-03-05T00:45:00.000Z'
|
|
434
|
+
duration: 300
|
|
435
|
+
name: server-2
|
|
436
|
+
cloud/instance-type: Standard_E64_v3
|
|
437
|
+
cloud/region: france
|
|
438
|
+
geolocation: 37.7749,-122.4194
|
|
439
|
+
cloud/vendor: azure
|
|
440
|
+
cpu/utilization: 63
|
|
441
|
+
- timestamp: '2024-03-05T00:50:00.000Z'
|
|
442
|
+
duration: 300
|
|
443
|
+
name: server-2
|
|
444
|
+
cloud/instance-type: Standard_E64_v3
|
|
445
|
+
cloud/region: france
|
|
446
|
+
geolocation: 37.7749,-122.4194
|
|
447
|
+
cloud/vendor: azure
|
|
448
|
+
cpu/utilization: 81
|
|
449
|
+
- timestamp: '2024-03-05T00:55:00.000Z'
|
|
450
|
+
duration: 300
|
|
451
|
+
name: server-2
|
|
452
|
+
cloud/instance-type: Standard_E64_v3
|
|
453
|
+
cloud/region: france
|
|
454
|
+
geolocation: 37.7749,-122.4194
|
|
455
|
+
cloud/vendor: azure
|
|
456
|
+
cpu/utilization: 74
|
|
457
|
+
outputs:
|
|
458
|
+
- timestamp: '2024-03-05T00:00:00.000Z'
|
|
459
|
+
duration: 300
|
|
460
|
+
name: server-2
|
|
461
|
+
cloud/instance-type: Standard_E64_v3
|
|
462
|
+
cloud/region: france
|
|
463
|
+
geolocation: 37.7749,-122.4194
|
|
464
|
+
cloud/vendor: azure
|
|
465
|
+
cpu/utilization: 4
|
|
466
|
+
cpu-tdp: 270
|
|
467
|
+
- timestamp: '2024-03-05T00:05:00.000Z'
|
|
468
|
+
duration: 300
|
|
469
|
+
name: server-2
|
|
470
|
+
cloud/instance-type: Standard_E64_v3
|
|
471
|
+
cloud/region: france
|
|
472
|
+
geolocation: 37.7749,-122.4194
|
|
473
|
+
cloud/vendor: azure
|
|
474
|
+
cpu/utilization: 63
|
|
475
|
+
cpu-tdp: 270
|
|
476
|
+
- timestamp: '2024-03-05T00:10:00.000Z'
|
|
477
|
+
duration: 300
|
|
478
|
+
name: server-2
|
|
479
|
+
cloud/instance-type: Standard_E64_v3
|
|
480
|
+
cloud/region: france
|
|
481
|
+
geolocation: 37.7749,-122.4194
|
|
482
|
+
cloud/vendor: azure
|
|
483
|
+
cpu/utilization: 38
|
|
484
|
+
cpu-tdp: 270
|
|
485
|
+
- timestamp: '2024-03-05T00:15:00.000Z'
|
|
486
|
+
duration: 300
|
|
487
|
+
name: server-2
|
|
488
|
+
cloud/instance-type: Standard_E64_v3
|
|
489
|
+
cloud/region: france
|
|
490
|
+
geolocation: 37.7749,-122.4194
|
|
491
|
+
cloud/vendor: azure
|
|
492
|
+
cpu/utilization: 10
|
|
493
|
+
cpu-tdp: 270
|
|
494
|
+
- timestamp: '2024-03-05T00:20:00.000Z'
|
|
495
|
+
duration: 300
|
|
496
|
+
name: server-2
|
|
497
|
+
cloud/instance-type: Standard_E64_v3
|
|
498
|
+
cloud/region: france
|
|
499
|
+
geolocation: 37.7749,-122.4194
|
|
500
|
+
cloud/vendor: azure
|
|
501
|
+
cpu/utilization: 88
|
|
502
|
+
cpu-tdp: 270
|
|
503
|
+
- timestamp: '2024-03-05T00:25:00.000Z'
|
|
504
|
+
duration: 300
|
|
505
|
+
name: server-2
|
|
506
|
+
cloud/instance-type: Standard_E64_v3
|
|
507
|
+
cloud/region: france
|
|
508
|
+
geolocation: 37.7749,-122.4194
|
|
509
|
+
cloud/vendor: azure
|
|
510
|
+
cpu/utilization: 81
|
|
511
|
+
cpu-tdp: 270
|
|
512
|
+
- timestamp: '2024-03-05T00:30:00.000Z'
|
|
513
|
+
duration: 300
|
|
514
|
+
name: server-2
|
|
515
|
+
cloud/instance-type: Standard_E64_v3
|
|
516
|
+
cloud/region: france
|
|
517
|
+
geolocation: 37.7749,-122.4194
|
|
518
|
+
cloud/vendor: azure
|
|
519
|
+
cpu/utilization: 17
|
|
520
|
+
cpu-tdp: 270
|
|
521
|
+
- timestamp: '2024-03-05T00:35:00.000Z'
|
|
522
|
+
duration: 300
|
|
523
|
+
name: server-2
|
|
524
|
+
cloud/instance-type: Standard_E64_v3
|
|
525
|
+
cloud/region: france
|
|
526
|
+
geolocation: 37.7749,-122.4194
|
|
527
|
+
cloud/vendor: azure
|
|
528
|
+
cpu/utilization: 11
|
|
529
|
+
cpu-tdp: 270
|
|
530
|
+
- timestamp: '2024-03-05T00:40:00.000Z'
|
|
531
|
+
duration: 300
|
|
532
|
+
name: server-2
|
|
533
|
+
cloud/instance-type: Standard_E64_v3
|
|
534
|
+
cloud/region: france
|
|
535
|
+
geolocation: 37.7749,-122.4194
|
|
536
|
+
cloud/vendor: azure
|
|
537
|
+
cpu/utilization: 76
|
|
538
|
+
cpu-tdp: 270
|
|
539
|
+
- timestamp: '2024-03-05T00:45:00.000Z'
|
|
540
|
+
duration: 300
|
|
541
|
+
name: server-2
|
|
542
|
+
cloud/instance-type: Standard_E64_v3
|
|
543
|
+
cloud/region: france
|
|
544
|
+
geolocation: 37.7749,-122.4194
|
|
545
|
+
cloud/vendor: azure
|
|
546
|
+
cpu/utilization: 63
|
|
547
|
+
cpu-tdp: 270
|
|
548
|
+
- timestamp: '2024-03-05T00:50:00.000Z'
|
|
549
|
+
duration: 300
|
|
550
|
+
name: server-2
|
|
551
|
+
cloud/instance-type: Standard_E64_v3
|
|
552
|
+
cloud/region: france
|
|
553
|
+
geolocation: 37.7749,-122.4194
|
|
554
|
+
cloud/vendor: azure
|
|
555
|
+
cpu/utilization: 81
|
|
556
|
+
cpu-tdp: 270
|
|
557
|
+
- timestamp: '2024-03-05T00:55:00.000Z'
|
|
558
|
+
duration: 300
|
|
559
|
+
name: server-2
|
|
560
|
+
cloud/instance-type: Standard_E64_v3
|
|
561
|
+
cloud/region: france
|
|
562
|
+
geolocation: 37.7749,-122.4194
|
|
563
|
+
cloud/vendor: azure
|
|
564
|
+
cpu/utilization: 74
|
|
565
|
+
cpu-tdp: 270
|
|
566
|
+
aggregated:
|
|
567
|
+
cpu/utilization: 50.5
|
|
568
|
+
outputs:
|
|
569
|
+
- cpu/utilization: 4
|
|
570
|
+
timestamp: '2024-03-05T00:00:00.000Z'
|
|
571
|
+
duration: 300
|
|
572
|
+
- cpu/utilization: 63
|
|
573
|
+
timestamp: '2024-03-05T00:05:00.000Z'
|
|
574
|
+
duration: 300
|
|
575
|
+
- cpu/utilization: 38
|
|
576
|
+
timestamp: '2024-03-05T00:10:00.000Z'
|
|
577
|
+
duration: 300
|
|
578
|
+
- cpu/utilization: 10
|
|
579
|
+
timestamp: '2024-03-05T00:15:00.000Z'
|
|
580
|
+
duration: 300
|
|
581
|
+
- cpu/utilization: 88
|
|
582
|
+
timestamp: '2024-03-05T00:20:00.000Z'
|
|
583
|
+
duration: 300
|
|
584
|
+
- cpu/utilization: 81
|
|
585
|
+
timestamp: '2024-03-05T00:25:00.000Z'
|
|
586
|
+
duration: 300
|
|
587
|
+
- cpu/utilization: 17
|
|
588
|
+
timestamp: '2024-03-05T00:30:00.000Z'
|
|
589
|
+
duration: 300
|
|
590
|
+
- cpu/utilization: 11
|
|
591
|
+
timestamp: '2024-03-05T00:35:00.000Z'
|
|
592
|
+
duration: 300
|
|
593
|
+
- cpu/utilization: 76
|
|
594
|
+
timestamp: '2024-03-05T00:40:00.000Z'
|
|
595
|
+
duration: 300
|
|
596
|
+
- cpu/utilization: 63
|
|
597
|
+
timestamp: '2024-03-05T00:45:00.000Z'
|
|
598
|
+
duration: 300
|
|
599
|
+
- cpu/utilization: 81
|
|
600
|
+
timestamp: '2024-03-05T00:50:00.000Z'
|
|
601
|
+
duration: 300
|
|
602
|
+
- cpu/utilization: 74
|
|
603
|
+
timestamp: '2024-03-05T00:55:00.000Z'
|
|
604
|
+
duration: 300
|
|
605
|
+
aggregated:
|
|
606
|
+
cpu/utilization: 50.5
|
|
607
|
+
outputs:
|
|
608
|
+
- cpu/utilization: 48.5
|
|
609
|
+
timestamp: '2024-03-05T00:00:00.000Z'
|
|
610
|
+
duration: 300
|
|
611
|
+
- cpu/utilization: 34.5
|
|
612
|
+
timestamp: '2024-03-05T00:05:00.000Z'
|
|
613
|
+
duration: 300
|
|
614
|
+
- cpu/utilization: 22
|
|
615
|
+
timestamp: '2024-03-05T00:10:00.000Z'
|
|
616
|
+
duration: 300
|
|
617
|
+
- cpu/utilization: 6.5
|
|
618
|
+
timestamp: '2024-03-05T00:15:00.000Z'
|
|
619
|
+
duration: 300
|
|
620
|
+
- cpu/utilization: 85.5
|
|
621
|
+
timestamp: '2024-03-05T00:20:00.000Z'
|
|
622
|
+
duration: 300
|
|
623
|
+
- cpu/utilization: 83
|
|
624
|
+
timestamp: '2024-03-05T00:25:00.000Z'
|
|
625
|
+
duration: 300
|
|
626
|
+
- cpu/utilization: 12.5
|
|
627
|
+
timestamp: '2024-03-05T00:30:00.000Z'
|
|
628
|
+
duration: 300
|
|
629
|
+
- cpu/utilization: 35
|
|
630
|
+
timestamp: '2024-03-05T00:35:00.000Z'
|
|
631
|
+
duration: 300
|
|
632
|
+
- cpu/utilization: 65.5
|
|
633
|
+
timestamp: '2024-03-05T00:40:00.000Z'
|
|
634
|
+
duration: 300
|
|
635
|
+
- cpu/utilization: 74
|
|
636
|
+
timestamp: '2024-03-05T00:45:00.000Z'
|
|
637
|
+
duration: 300
|
|
638
|
+
- cpu/utilization: 66.5
|
|
639
|
+
timestamp: '2024-03-05T00:50:00.000Z'
|
|
640
|
+
duration: 300
|
|
641
|
+
- cpu/utilization: 64
|
|
642
|
+
timestamp: '2024-03-05T00:55:00.000Z'
|
|
643
|
+
duration: 300
|
|
644
|
+
aggregated:
|
|
645
|
+
cpu/utilization: 49.791666666666664
|