@grnsft/if 0.6.0 → 0.7.0-beta.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/Refactor-migration-guide.md +68 -82
- package/github-processes.md +3 -9
- package/manifests/examples/builtins/coefficient/failure-invalid-config-input-param.yml +2 -4
- package/manifests/examples/builtins/coefficient/failure-output-param-is-null.yaml +1 -3
- package/manifests/examples/builtins/coefficient/success.yml +1 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -2
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +3 -4
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yml +2 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/success.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-column.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-output.yml +2 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/success-renaming.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/success.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/success.yml +1 -2
- package/manifests/examples/builtins/divide/failure-invalid-config-denominator.yml +3 -5
- package/manifests/examples/builtins/divide/failure-missing-numerator.yml +2 -4
- package/manifests/examples/builtins/divide/success.yml +2 -2
- package/manifests/examples/builtins/exponent/success.yml +1 -1
- package/manifests/examples/builtins/interpolation/success.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-invalid-config-cpu-range.yml +2 -2
- package/manifests/examples/builtins/mock-observations/failure-invalid-memory-utilization-range.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-missing-timestamp-from-param.yml +1 -1
- package/manifests/examples/builtins/mock-observations/success.yml +1 -1
- package/manifests/examples/builtins/multiply/failure-input-parameter-is-missing.yml +1 -1
- package/manifests/examples/builtins/multiply/success-with-multiple-inputs.yml +1 -1
- package/manifests/examples/builtins/multiply/success.yml +1 -1
- package/manifests/examples/builtins/regex/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/regex/failure-not-matching-with-regex.yml +2 -2
- package/manifests/examples/builtins/regex/success.yml +1 -1
- package/manifests/examples/builtins/sci/failure-invalid-config-value.yml +3 -4
- package/manifests/examples/builtins/sci/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/sci/success.yml +1 -1
- package/manifests/examples/builtins/sci-embodied/scenario-1.yml +27 -0
- package/manifests/examples/builtins/sci-embodied/scenario-2.yml +37 -0
- package/manifests/examples/builtins/sci-embodied/success.yml +13 -0
- package/manifests/examples/builtins/shell/failure-invalid-command.yml +2 -2
- package/manifests/examples/builtins/shell/success.yml +2 -2
- package/manifests/examples/builtins/subtract/success.yml +1 -1
- package/manifests/examples/builtins/sum/failure-missing-input-param.yml +2 -2
- package/manifests/examples/builtins/sum/failure-missing-output-param.yml +2 -2
- package/manifests/examples/builtins/sum/success.yml +1 -1
- package/manifests/examples/builtins/time-converter/success.yaml +3 -3
- package/manifests/examples/builtins/time-sync/failure-config-start-later-end.yml +10 -12
- package/manifests/examples/builtins/time-sync/{failure-missing-global-config.yml → failure-missing-config.yml} +3 -8
- package/manifests/examples/builtins/time-sync/success.yml +2 -2
- package/manifests/examples/features/regroup/failure-missing-cloud-instance-type.yml +1 -1
- package/manifests/examples/features/regroup/success.yml +1 -1
- package/manifests/examples/pipelines/generics.yml +8 -8
- package/manifests/examples/pipelines/instance-metadata.yml +2 -2
- package/manifests/examples/pipelines/nesting.yml +75 -33
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-aggregate.yaml +166 -122
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-mocks.yaml +130 -70
- package/manifests/examples/pipelines/pipeline-teads-sci.yml +15 -15
- package/manifests/examples/pipelines/pipeline-with-aggregate.yml +57 -27
- package/manifests/examples/pipelines/pipeline-with-mocks.yml +99 -41
- package/manifests/examples/pipelines/scenario-3.yml +1 -1
- package/manifests/examples/pipelines/scenario-4.yml +5 -5
- package/manifests/examples/pipelines/scenario-5.yml +3 -3
- package/manifests/examples/pipelines/sci.yml +12 -12
- package/manifests/examples/pipelines/teads-curve.yml +10 -10
- package/manifests/examples/pipelines/zeros.yml +23 -23
- package/manifests/outputs/bugs/aggregation-error-wrong-metric.yaml +40 -40
- package/manifests/outputs/bugs/input-error-missing-duration.yaml +1 -1
- package/manifests/outputs/bugs/mock-observations-failure-duration-is-zero.yaml +2 -2
- package/manifests/outputs/bugs/pipeline-error-naming-mismatch.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-error-uninitialized-plugin.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-ordering-error.yaml +6 -6
- package/manifests/outputs/builtins/coefficient/failure-invalid-config-input-param.yaml +2 -2
- package/manifests/outputs/builtins/coefficient/failure-output-param-is-null.yaml +1 -1
- package/manifests/outputs/builtins/coefficient/success.yaml +23 -22
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +76 -0
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yaml +22 -21
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-column.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-output.yaml +21 -20
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success-renaming.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/success.yaml +1 -1
- package/manifests/outputs/builtins/divide/failure-invalid-config-denominator.yaml +41 -25
- package/manifests/outputs/builtins/divide/failure-missing-numerator.yaml +32 -23
- package/manifests/outputs/builtins/divide/success-denominator-equal-zero.yaml +2 -2
- package/manifests/outputs/builtins/divide/success.yaml +2 -2
- package/manifests/outputs/builtins/exponent/success.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/interpolation.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/success.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/failure-invalid-config-cpu-range.yaml +3 -3
- package/manifests/outputs/builtins/mock-observations/failure-invalid-memory-utilization-range.yaml +2 -2
- package/manifests/outputs/builtins/mock-observations/failure-missing-timestamp-from-param.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/success.yaml +49 -190
- package/manifests/outputs/builtins/multiply/failure-input-parameter-is-missing.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success-with-multiple-inputs.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-not-matching-with-regex.yaml +72 -0
- package/manifests/outputs/builtins/regex/success.yaml +1 -1
- package/manifests/outputs/builtins/sci/failure-invalid-config-value.yaml +22 -23
- package/manifests/outputs/builtins/sci/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/sci/success.yaml +1 -1
- package/manifests/outputs/builtins/sci-embodied/failure-invalid-default-emission-value.yaml +22 -26
- package/manifests/outputs/builtins/sci-embodied/scenario-1.yaml +100 -0
- package/manifests/outputs/builtins/sci-embodied/scenario-2.yaml +101 -0
- package/manifests/outputs/builtins/sci-embodied/success.yaml +44 -20
- package/manifests/outputs/builtins/shell/failure-invalid-command.yaml +2 -2
- package/manifests/outputs/builtins/shell/success.yaml +1 -1
- package/manifests/outputs/builtins/subtract/success.yaml +1 -1
- package/manifests/outputs/builtins/sum/failure-missing-input-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/failure-missing-output-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/success.yaml +1 -1
- package/manifests/outputs/builtins/time-converter/success.yaml +73 -0
- package/manifests/outputs/builtins/time-sync/failure-config-start-later-end.yaml +3 -3
- package/manifests/outputs/builtins/time-sync/failure-missing-config.yaml +74 -0
- package/manifests/outputs/builtins/time-sync/success.yaml +50 -59
- package/manifests/outputs/features/aggregate-failure-invalid-metrics.yaml +1 -1
- package/manifests/outputs/features/aggregate-failure-missing-metric-in-inputs.yaml +1 -1
- package/manifests/outputs/features/aggregate-horizontal.yaml +4 -2
- package/manifests/outputs/features/aggregate-vertical.yaml +4 -2
- package/manifests/outputs/features/aggregate.yaml +4 -2
- package/manifests/outputs/features/regroup/failure-invalid-regroup.yaml +87 -0
- package/manifests/outputs/features/regroup/failure-missing-cloud-instance-type.yaml +87 -0
- package/manifests/outputs/pipelines/cloud-metadata-divide.yaml +2 -2
- package/manifests/outputs/pipelines/generics.yaml +28 -28
- package/manifests/outputs/pipelines/instance-metadata.yaml +14 -14
- package/manifests/outputs/pipelines/nesting.yaml +713 -486
- package/manifests/outputs/pipelines/pipeline-teads-sci.yaml +63 -32
- package/manifests/outputs/pipelines/scenario-4.yaml +105 -0
- package/manifests/outputs/pipelines/sci.yaml +56 -32
- package/manifests/outputs/pipelines/teads-curve.yaml +18 -18
- package/manifests/outputs/pipelines/zeros.yaml +27 -27
- package/package.json +4 -4
- package/src/__mocks__/mock-manifest.yaml +1 -2
- package/src/if-env/config/env-template.yml +1 -2
- package/src/if-run/builtins/coefficient/README.md +41 -17
- package/src/if-run/builtins/copy-param/README.md +28 -8
- package/src/if-run/builtins/csv-lookup/README.md +31 -11
- package/src/if-run/builtins/divide/README.md +34 -12
- package/src/if-run/builtins/exponent/README.md +29 -11
- package/src/if-run/builtins/interpolation/README.md +37 -22
- package/src/if-run/builtins/mock-observations/README.md +27 -7
- package/src/if-run/builtins/multiply/README.md +27 -9
- package/src/if-run/builtins/regex/README.md +31 -11
- package/src/if-run/builtins/sci/README.md +29 -8
- package/src/if-run/builtins/sci-embodied/README.md +76 -75
- package/src/if-run/builtins/shell/README.md +15 -7
- package/src/if-run/builtins/subtract/README.md +28 -11
- package/src/if-run/builtins/sum/README.md +47 -14
- package/src/if-run/builtins/time-converter/README.md +8 -8
- package/src/if-run/builtins/time-sync/README.md +44 -22
- package/.gitmodules +0 -3
- package/build/common/config/index.d.ts +0 -1
- package/build/common/config/index.js +0 -6
- package/build/common/config/strings.d.ts +0 -9
- package/build/common/config/strings.js +0 -17
- package/build/common/lib/load.d.ts +0 -6
- package/build/common/lib/load.js +0 -18
- package/build/common/types/manifest.d.ts +0 -13
- package/build/common/types/manifest.js +0 -3
- package/build/common/util/debug-logger.d.ts +0 -4
- package/build/common/util/debug-logger.js +0 -115
- package/build/common/util/fs.d.ts +0 -20
- package/build/common/util/fs.js +0 -94
- package/build/common/util/helpers.d.ts +0 -15
- package/build/common/util/helpers.js +0 -80
- package/build/common/util/logger.d.ts +0 -5
- package/build/common/util/logger.js +0 -39
- package/build/common/util/validations.d.ts +0 -367
- package/build/common/util/validations.js +0 -141
- package/build/common/util/yaml.d.ts +0 -12
- package/build/common/util/yaml.js +0 -59
- package/build/if-check/config/config.d.ts +0 -6
- package/build/if-check/config/config.js +0 -31
- package/build/if-check/config/index.d.ts +0 -2
- package/build/if-check/config/index.js +0 -8
- package/build/if-check/config/strings.d.ts +0 -11
- package/build/if-check/config/strings.js +0 -15
- package/build/if-check/index.d.ts +0 -2
- package/build/if-check/index.js +0 -98
- package/build/if-check/types/process-args.d.ts +0 -4
- package/build/if-check/types/process-args.js +0 -3
- package/build/if-check/util/args.d.ts +0 -10
- package/build/if-check/util/args.js +0 -56
- package/build/if-check/util/helpers.d.ts +0 -4
- package/build/if-check/util/helpers.js +0 -18
- package/build/if-check/util/npm.d.ts +0 -4
- package/build/if-check/util/npm.js +0 -59
- package/build/if-csv/config/config.d.ts +0 -6
- package/build/if-csv/config/config.js +0 -36
- package/build/if-csv/config/index.d.ts +0 -2
- package/build/if-csv/config/index.js +0 -8
- package/build/if-csv/config/strings.d.ts +0 -3
- package/build/if-csv/config/strings.js +0 -7
- package/build/if-csv/index.d.ts +0 -2
- package/build/if-csv/index.js +0 -63
- package/build/if-csv/types/csv.d.ts +0 -7
- package/build/if-csv/types/csv.js +0 -3
- package/build/if-csv/types/process-args.d.ts +0 -5
- package/build/if-csv/types/process-args.js +0 -3
- package/build/if-csv/util/args.d.ts +0 -12
- package/build/if-csv/util/args.js +0 -47
- package/build/if-csv/util/helpers.d.ts +0 -9
- package/build/if-csv/util/helpers.js +0 -95
- package/build/if-diff/config/config.d.ts +0 -6
- package/build/if-diff/config/config.js +0 -31
- package/build/if-diff/config/index.d.ts +0 -2
- package/build/if-diff/config/index.js +0 -8
- package/build/if-diff/config/strings.d.ts +0 -6
- package/build/if-diff/config/strings.js +0 -10
- package/build/if-diff/index.d.ts +0 -2
- package/build/if-diff/index.js +0 -46
- package/build/if-diff/lib/compare.d.ts +0 -10
- package/build/if-diff/lib/compare.js +0 -56
- package/build/if-diff/lib/load.d.ts +0 -55
- package/build/if-diff/lib/load.js +0 -51
- package/build/if-diff/types/args.d.ts +0 -5
- package/build/if-diff/types/args.js +0 -3
- package/build/if-diff/types/compare.d.ts +0 -7
- package/build/if-diff/types/compare.js +0 -3
- package/build/if-diff/types/process-args.d.ts +0 -4
- package/build/if-diff/types/process-args.js +0 -3
- package/build/if-diff/util/args.d.ts +0 -5
- package/build/if-diff/util/args.js +0 -51
- package/build/if-diff/util/helpers.d.ts +0 -13
- package/build/if-diff/util/helpers.js +0 -75
- package/build/if-env/config/config.d.ts +0 -6
- package/build/if-env/config/config.js +0 -37
- package/build/if-env/config/index.d.ts +0 -2
- package/build/if-env/config/index.js +0 -8
- package/build/if-env/config/strings.d.ts +0 -7
- package/build/if-env/config/strings.js +0 -11
- package/build/if-env/index.d.ts +0 -2
- package/build/if-env/index.js +0 -40
- package/build/if-env/types/if-env.d.ts +0 -8
- package/build/if-env/types/if-env.js +0 -3
- package/build/if-env/types/npm.d.ts +0 -9
- package/build/if-env/types/npm.js +0 -3
- package/build/if-env/types/process-args.d.ts +0 -5
- package/build/if-env/types/process-args.js +0 -3
- package/build/if-env/util/args.d.ts +0 -12
- package/build/if-env/util/args.js +0 -47
- package/build/if-env/util/helpers.d.ts +0 -20
- package/build/if-env/util/helpers.js +0 -94
- package/build/if-env/util/npm.d.ts +0 -24
- package/build/if-env/util/npm.js +0 -126
- package/build/if-merge/config/config.d.ts +0 -6
- package/build/if-merge/config/config.js +0 -43
- package/build/if-merge/config/index.d.ts +0 -2
- package/build/if-merge/config/index.js +0 -8
- package/build/if-merge/config/strings.d.ts +0 -5
- package/build/if-merge/config/strings.js +0 -9
- package/build/if-merge/index.d.ts +0 -2
- package/build/if-merge/index.js +0 -26
- package/build/if-merge/types/process-args.d.ts +0 -6
- package/build/if-merge/types/process-args.js +0 -3
- package/build/if-merge/util/args.d.ts +0 -9
- package/build/if-merge/util/args.js +0 -59
- package/build/if-merge/util/helpers.d.ts +0 -5
- package/build/if-merge/util/helpers.js +0 -83
- package/build/if-run/builtins/coefficient/index.d.ts +0 -2
- package/build/if-run/builtins/coefficient/index.js +0 -67
- package/build/if-run/builtins/copy-param/index.d.ts +0 -2
- package/build/if-run/builtins/copy-param/index.js +0 -70
- package/build/if-run/builtins/csv-lookup/index.d.ts +0 -2
- package/build/if-run/builtins/csv-lookup/index.js +0 -190
- package/build/if-run/builtins/divide/index.d.ts +0 -2
- package/build/if-run/builtins/divide/index.js +0 -80
- package/build/if-run/builtins/exponent/index.d.ts +0 -2
- package/build/if-run/builtins/exponent/index.js +0 -60
- package/build/if-run/builtins/export-log.d.ts +0 -4
- package/build/if-run/builtins/export-log.js +0 -44
- package/build/if-run/builtins/export-yaml.d.ts +0 -4
- package/build/if-run/builtins/export-yaml.js +0 -30
- package/build/if-run/builtins/index.d.ts +0 -16
- package/build/if-run/builtins/index.js +0 -36
- package/build/if-run/builtins/interpolation/index.d.ts +0 -2
- package/build/if-run/builtins/interpolation/index.js +0 -151
- package/build/if-run/builtins/mock-observations/helpers/common-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/common-generator.js +0 -29
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.js +0 -48
- package/build/if-run/builtins/mock-observations/index.d.ts +0 -2
- package/build/if-run/builtins/mock-observations/index.js +0 -116
- package/build/if-run/builtins/mock-observations/interfaces/index.d.ts +0 -6
- package/build/if-run/builtins/mock-observations/interfaces/index.js +0 -3
- package/build/if-run/builtins/multiply/index.d.ts +0 -2
- package/build/if-run/builtins/multiply/index.js +0 -59
- package/build/if-run/builtins/regex/index.d.ts +0 -2
- package/build/if-run/builtins/regex/index.js +0 -76
- package/build/if-run/builtins/sci/index.d.ts +0 -2
- package/build/if-run/builtins/sci/index.js +0 -92
- package/build/if-run/builtins/sci-embodied/index.d.ts +0 -2
- package/build/if-run/builtins/sci-embodied/index.js +0 -156
- package/build/if-run/builtins/shell/index.d.ts +0 -2
- package/build/if-run/builtins/shell/index.js +0 -60
- package/build/if-run/builtins/subtract/index.d.ts +0 -2
- package/build/if-run/builtins/subtract/index.js +0 -61
- package/build/if-run/builtins/sum/index.d.ts +0 -2
- package/build/if-run/builtins/sum/index.js +0 -66
- package/build/if-run/builtins/time-converter/config.d.ts +0 -1
- package/build/if-run/builtins/time-converter/config.js +0 -44
- package/build/if-run/builtins/time-converter/index.d.ts +0 -2
- package/build/if-run/builtins/time-converter/index.js +0 -79
- package/build/if-run/builtins/time-sync/index.d.ts +0 -17
- package/build/if-run/builtins/time-sync/index.js +0 -339
- package/build/if-run/config/config.d.ts +0 -9
- package/build/if-run/config/config.js +0 -73
- package/build/if-run/config/index.d.ts +0 -2
- package/build/if-run/config/index.js +0 -8
- package/build/if-run/config/strings.d.ts +0 -64
- package/build/if-run/config/strings.js +0 -76
- package/build/if-run/index.d.ts +0 -2
- package/build/if-run/index.js +0 -63
- package/build/if-run/lib/aggregate.d.ts +0 -15
- package/build/if-run/lib/aggregate.js +0 -123
- package/build/if-run/lib/compute.d.ts +0 -5
- package/build/if-run/lib/compute.js +0 -142
- package/build/if-run/lib/environment.d.ts +0 -5
- package/build/if-run/lib/environment.js +0 -75
- package/build/if-run/lib/exhaust.d.ts +0 -7
- package/build/if-run/lib/exhaust.js +0 -27
- package/build/if-run/lib/explain.d.ts +0 -9
- package/build/if-run/lib/explain.js +0 -43
- package/build/if-run/lib/initialize.d.ts +0 -6
- package/build/if-run/lib/initialize.js +0 -109
- package/build/if-run/lib/regroup.d.ts +0 -5
- package/build/if-run/lib/regroup.js +0 -64
- package/build/if-run/types/aggregation.d.ts +0 -5
- package/build/if-run/types/aggregation.js +0 -6
- package/build/if-run/types/compute.d.ts +0 -29
- package/build/if-run/types/compute.js +0 -3
- package/build/if-run/types/environment.d.ts +0 -18
- package/build/if-run/types/environment.js +0 -3
- package/build/if-run/types/exhaust-plugin-interface.d.ts +0 -7
- package/build/if-run/types/exhaust-plugin-interface.js +0 -3
- package/build/if-run/types/explain.d.ts +0 -10
- package/build/if-run/types/explain.js +0 -3
- package/build/if-run/types/interface.d.ts +0 -3
- package/build/if-run/types/interface.js +0 -6
- package/build/if-run/types/plugin-storage.d.ts +0 -6
- package/build/if-run/types/plugin-storage.js +0 -3
- package/build/if-run/types/process-args.d.ts +0 -25
- package/build/if-run/types/process-args.js +0 -3
- package/build/if-run/types/time-sync.d.ts +0 -17
- package/build/if-run/types/time-sync.js +0 -3
- package/build/if-run/util/aggregation-helper.d.ts +0 -7
- package/build/if-run/util/aggregation-helper.js +0 -47
- package/build/if-run/util/args.d.ts +0 -9
- package/build/if-run/util/args.js +0 -60
- package/build/if-run/util/helpers.d.ts +0 -14
- package/build/if-run/util/helpers.js +0 -57
- package/build/if-run/util/log-memoize.d.ts +0 -3
- package/build/if-run/util/log-memoize.js +0 -19
- package/build/if-run/util/os-checker.d.ts +0 -7
- package/build/if-run/util/os-checker.js +0 -97
- package/build/if-run/util/plugin-storage.d.ts +0 -14
- package/build/if-run/util/plugin-storage.js +0 -34
- package/grafana/IF_GRAFANA_SETUP.md +0 -71
- package/grafana/if_grafana_config.json +0 -370
- package/manifests/examples/builtins/divide/failure-denominator-equal-zero.yml +0 -38
- package/manifests/examples/builtins/interpolation/interpolation.yml +0 -24
- package/manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml +0 -23
- package/manifests/examples/builtins/sci-embodied/failure-missing-expected-lifespan.yml +0 -23
- package/manifests/examples/pipelines/scenario-1.yml +0 -34
- package/manifests/examples/pipelines/scenario-2.yml +0 -52
- package/manifests/outputs/bugs/sci-embodied-missing-resources-total.yaml +0 -72
- package/manifests/outputs/builtins/sci-embodied/failure-missing-expected-lifespan.yaml +0 -69
- package/manifests/outputs/pipelines/mock-obs-time-sync.yaml +0 -449
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
name: sci-embodied
|
|
2
|
-
description: missing device/expected-lifespan
|
|
3
|
-
tags: null
|
|
4
|
-
initialize:
|
|
5
|
-
plugins:
|
|
6
|
-
sci-embodied:
|
|
7
|
-
method: SciEmbodied
|
|
8
|
-
path: builtin
|
|
9
|
-
execution:
|
|
10
|
-
status: fail
|
|
11
|
-
command: >-
|
|
12
|
-
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
13
|
-
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
14
|
-
manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan.yml
|
|
15
|
-
-o manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan
|
|
16
|
-
environment:
|
|
17
|
-
if-version: 0.4.0
|
|
18
|
-
os: macOS
|
|
19
|
-
os-version: "13.2"
|
|
20
|
-
node-version: 18.14.2
|
|
21
|
-
date-time: 2024-07-02T20:42:51.951Z (UTC)
|
|
22
|
-
dependencies:
|
|
23
|
-
- "@babel/core@7.22.10"
|
|
24
|
-
- "@babel/preset-typescript@7.23.3"
|
|
25
|
-
- "@commitlint/cli@18.6.0"
|
|
26
|
-
- "@commitlint/config-conventional@18.6.0"
|
|
27
|
-
- "@grnsft/if-core@0.0.10"
|
|
28
|
-
- "@jest/globals@29.7.0"
|
|
29
|
-
- "@types/jest@29.5.8"
|
|
30
|
-
- "@types/js-yaml@4.0.9"
|
|
31
|
-
- "@types/luxon@3.4.2"
|
|
32
|
-
- "@types/node@20.9.0"
|
|
33
|
-
- axios-mock-adapter@1.22.0
|
|
34
|
-
- axios@1.7.2
|
|
35
|
-
- cross-env@7.0.3
|
|
36
|
-
- csv-parse@5.5.6
|
|
37
|
-
- csv-stringify@6.4.6
|
|
38
|
-
- fixpack@4.0.0
|
|
39
|
-
- gts@5.2.0
|
|
40
|
-
- husky@8.0.3
|
|
41
|
-
- jest@29.7.0
|
|
42
|
-
- js-yaml@4.1.0
|
|
43
|
-
- lint-staged@15.2.2
|
|
44
|
-
- luxon@3.4.4
|
|
45
|
-
- release-it@16.3.0
|
|
46
|
-
- rimraf@5.0.5
|
|
47
|
-
- ts-command-line-args@2.5.1
|
|
48
|
-
- ts-jest@29.1.1
|
|
49
|
-
- typescript-cubic-spline@1.0.1
|
|
50
|
-
- typescript@5.2.2
|
|
51
|
-
- winston@3.11.0
|
|
52
|
-
- zod@3.22.4
|
|
53
|
-
error: >-
|
|
54
|
-
InputValidationError: "device/expected-lifespan" parameter is required.
|
|
55
|
-
Error code: invalid_union.
|
|
56
|
-
tree:
|
|
57
|
-
children:
|
|
58
|
-
child:
|
|
59
|
-
pipeline:
|
|
60
|
-
compute:
|
|
61
|
-
- sci-embodied
|
|
62
|
-
defaults:
|
|
63
|
-
device/emissions-embodied: 1533.12
|
|
64
|
-
time-reserved: 3600
|
|
65
|
-
resources-reserved: 1
|
|
66
|
-
resources-total: 8
|
|
67
|
-
inputs:
|
|
68
|
-
- timestamp: 2023-07-06T00:00
|
|
69
|
-
duration: 3600
|
|
@@ -1,449 +0,0 @@
|
|
|
1
|
-
name: Mock observation and time sync integration
|
|
2
|
-
description: Integration of `mock observation` + `time sync`
|
|
3
|
-
tags: null
|
|
4
|
-
initialize:
|
|
5
|
-
plugins:
|
|
6
|
-
mock-observations:
|
|
7
|
-
path: builtin
|
|
8
|
-
method: MockObservations
|
|
9
|
-
global-config:
|
|
10
|
-
timestamp-from: 2023-12-12T00:00
|
|
11
|
-
timestamp-to: 2023-12-12T00:10
|
|
12
|
-
duration: 60
|
|
13
|
-
components:
|
|
14
|
-
- cloud/instance-type: A1
|
|
15
|
-
generators:
|
|
16
|
-
common:
|
|
17
|
-
cloud/region: uk-west
|
|
18
|
-
randint:
|
|
19
|
-
cpu/utilization:
|
|
20
|
-
min: 1
|
|
21
|
-
max: 99
|
|
22
|
-
parameter-metadata:
|
|
23
|
-
inputs:
|
|
24
|
-
timestamp:
|
|
25
|
-
description: refers to the time of occurrence of the input
|
|
26
|
-
unit: RFC3339
|
|
27
|
-
aggregation-method: none
|
|
28
|
-
duration:
|
|
29
|
-
description: refers to the duration of the input
|
|
30
|
-
unit: seconds
|
|
31
|
-
aggregation-method: sum
|
|
32
|
-
cloud/instance-type:
|
|
33
|
-
description: type of Cloud Instance name used in the cloud provider APIs
|
|
34
|
-
unit: none
|
|
35
|
-
aggregation-method: none
|
|
36
|
-
cloud/region:
|
|
37
|
-
description: region cloud instance
|
|
38
|
-
unit: none
|
|
39
|
-
aggregation-method: none
|
|
40
|
-
interpolate:
|
|
41
|
-
path: builtin
|
|
42
|
-
method: Interpolation
|
|
43
|
-
global-config:
|
|
44
|
-
method: linear
|
|
45
|
-
x:
|
|
46
|
-
- 0
|
|
47
|
-
- 10
|
|
48
|
-
- 50
|
|
49
|
-
- 100
|
|
50
|
-
"y":
|
|
51
|
-
- 0.12
|
|
52
|
-
- 0.32
|
|
53
|
-
- 0.75
|
|
54
|
-
- 1.02
|
|
55
|
-
input-parameter: cpu/utilization
|
|
56
|
-
output-parameter: cpu-factor
|
|
57
|
-
parameter-metadata:
|
|
58
|
-
inputs:
|
|
59
|
-
cpu/utilization:
|
|
60
|
-
description: refers to CPU utilization.
|
|
61
|
-
unit: percentage
|
|
62
|
-
aggregation-method: avg
|
|
63
|
-
cpu-factor-to-wattage:
|
|
64
|
-
path: builtin
|
|
65
|
-
method: Multiply
|
|
66
|
-
global-config:
|
|
67
|
-
input-parameters:
|
|
68
|
-
- cpu-factor
|
|
69
|
-
- cpu/thermal-design-power
|
|
70
|
-
output-parameter: cpu-wattage
|
|
71
|
-
parameter-metadata:
|
|
72
|
-
inputs:
|
|
73
|
-
cpu/thermal-design-power:
|
|
74
|
-
description: thermal design power for a processor
|
|
75
|
-
unit: kwh
|
|
76
|
-
aggregation-method: avg
|
|
77
|
-
wattage-times-duration:
|
|
78
|
-
path: builtin
|
|
79
|
-
method: Multiply
|
|
80
|
-
global-config:
|
|
81
|
-
input-parameters:
|
|
82
|
-
- cpu-wattage
|
|
83
|
-
- duration
|
|
84
|
-
output-parameter: cpu-wattage-times-duration
|
|
85
|
-
wattage-to-energy-kwh:
|
|
86
|
-
path: builtin
|
|
87
|
-
method: Divide
|
|
88
|
-
global-config:
|
|
89
|
-
numerator: cpu-wattage-times-duration
|
|
90
|
-
denominator: 3600000
|
|
91
|
-
output: cpu-energy-raw
|
|
92
|
-
calculate-vcpu-ratio:
|
|
93
|
-
path: builtin
|
|
94
|
-
method: Divide
|
|
95
|
-
global-config:
|
|
96
|
-
numerator: vcpus-total
|
|
97
|
-
denominator: vcpus-allocated
|
|
98
|
-
output: vcpu-ratio
|
|
99
|
-
parameter-metadata:
|
|
100
|
-
inputs:
|
|
101
|
-
vcpus-total:
|
|
102
|
-
description: total number of vcpus available on a particular resource
|
|
103
|
-
unit: count
|
|
104
|
-
aggregation-method: none
|
|
105
|
-
vcpus-allocated:
|
|
106
|
-
description: number of vcpus allocated to particular resource
|
|
107
|
-
unit: count
|
|
108
|
-
aggregation-method: none
|
|
109
|
-
correct-cpu-energy-for-vcpu-ratio:
|
|
110
|
-
path: builtin
|
|
111
|
-
method: Divide
|
|
112
|
-
global-config:
|
|
113
|
-
numerator: cpu-energy-raw
|
|
114
|
-
denominator: vcpu-ratio
|
|
115
|
-
output: cpu-energy-kwh
|
|
116
|
-
time-sync:
|
|
117
|
-
path: builtin
|
|
118
|
-
method: TimeSync
|
|
119
|
-
global-config:
|
|
120
|
-
start-time: "2023-12-12T00:00:00.000Z"
|
|
121
|
-
end-time: "2023-12-12T00:01:00.000Z"
|
|
122
|
-
interval: 5
|
|
123
|
-
allow-padding: true
|
|
124
|
-
execution:
|
|
125
|
-
command: >-
|
|
126
|
-
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
127
|
-
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
128
|
-
manifests/outputs/pipelines/mock-obs-time-sync.yml -o
|
|
129
|
-
manifests/outputs/pipelines/mock-obs-time-sync
|
|
130
|
-
environment:
|
|
131
|
-
if-version: 0.4.0
|
|
132
|
-
os: macOS
|
|
133
|
-
os-version: "13.2"
|
|
134
|
-
node-version: 18.14.2
|
|
135
|
-
date-time: 2024-07-02T05:29:47.787Z (UTC)
|
|
136
|
-
dependencies:
|
|
137
|
-
- "@babel/core@7.22.10"
|
|
138
|
-
- "@babel/preset-typescript@7.23.3"
|
|
139
|
-
- "@commitlint/cli@18.6.0"
|
|
140
|
-
- "@commitlint/config-conventional@18.6.0"
|
|
141
|
-
- "@grnsft/if-core@0.0.10"
|
|
142
|
-
- "@jest/globals@29.7.0"
|
|
143
|
-
- "@types/jest@29.5.8"
|
|
144
|
-
- "@types/js-yaml@4.0.9"
|
|
145
|
-
- "@types/luxon@3.4.2"
|
|
146
|
-
- "@types/node@20.9.0"
|
|
147
|
-
- axios-mock-adapter@1.22.0
|
|
148
|
-
- axios@1.7.2
|
|
149
|
-
- cross-env@7.0.3
|
|
150
|
-
- csv-parse@5.5.6
|
|
151
|
-
- csv-stringify@6.4.6
|
|
152
|
-
- fixpack@4.0.0
|
|
153
|
-
- gts@5.2.0
|
|
154
|
-
- husky@8.0.3
|
|
155
|
-
- jest@29.7.0
|
|
156
|
-
- js-yaml@4.1.0
|
|
157
|
-
- lint-staged@15.2.2
|
|
158
|
-
- luxon@3.4.4
|
|
159
|
-
- release-it@16.3.0
|
|
160
|
-
- rimraf@5.0.5
|
|
161
|
-
- ts-command-line-args@2.5.1
|
|
162
|
-
- ts-jest@29.1.1
|
|
163
|
-
- typescript-cubic-spline@1.0.1
|
|
164
|
-
- typescript@5.2.2
|
|
165
|
-
- winston@3.11.0
|
|
166
|
-
- zod@3.22.4
|
|
167
|
-
status: success
|
|
168
|
-
tree:
|
|
169
|
-
children:
|
|
170
|
-
child-1:
|
|
171
|
-
pipeline:
|
|
172
|
-
observe:
|
|
173
|
-
- mock-observations
|
|
174
|
-
compute:
|
|
175
|
-
- interpolate
|
|
176
|
-
- cpu-factor-to-wattage
|
|
177
|
-
- wattage-times-duration
|
|
178
|
-
- wattage-to-energy-kwh
|
|
179
|
-
- calculate-vcpu-ratio
|
|
180
|
-
- correct-cpu-energy-for-vcpu-ratio
|
|
181
|
-
- time-sync
|
|
182
|
-
defaults:
|
|
183
|
-
cpu/thermal-design-power: 100
|
|
184
|
-
vcpus-total: 8
|
|
185
|
-
vcpus-allocated: 1
|
|
186
|
-
inputs:
|
|
187
|
-
- timestamp: '2023-12-12T00:00:00.000Z'
|
|
188
|
-
cloud/instance-type: A1
|
|
189
|
-
cloud/region: uk-west
|
|
190
|
-
duration: 60
|
|
191
|
-
cpu/utilization: '*'
|
|
192
|
-
cpu/thermal-design-power: 100
|
|
193
|
-
vcpus-total: 8
|
|
194
|
-
vcpus-allocated: 1
|
|
195
|
-
- timestamp: '2023-12-12T00:01:00.000Z'
|
|
196
|
-
cloud/instance-type: A1
|
|
197
|
-
cloud/region: uk-west
|
|
198
|
-
duration: 60
|
|
199
|
-
cpu/utilization: '*'
|
|
200
|
-
cpu/thermal-design-power: 100
|
|
201
|
-
vcpus-total: 8
|
|
202
|
-
vcpus-allocated: 1
|
|
203
|
-
- timestamp: '2023-12-12T00:02:00.000Z'
|
|
204
|
-
cloud/instance-type: A1
|
|
205
|
-
cloud/region: uk-west
|
|
206
|
-
duration: 60
|
|
207
|
-
cpu/utilization: '*'
|
|
208
|
-
cpu/thermal-design-power: 100
|
|
209
|
-
vcpus-total: 8
|
|
210
|
-
vcpus-allocated: 1
|
|
211
|
-
- timestamp: '2023-12-12T00:03:00.000Z'
|
|
212
|
-
cloud/instance-type: A1
|
|
213
|
-
cloud/region: uk-west
|
|
214
|
-
duration: 60
|
|
215
|
-
cpu/utilization: '*'
|
|
216
|
-
cpu/thermal-design-power: 100
|
|
217
|
-
vcpus-total: 8
|
|
218
|
-
vcpus-allocated: 1
|
|
219
|
-
- timestamp: '2023-12-12T00:04:00.000Z'
|
|
220
|
-
cloud/instance-type: A1
|
|
221
|
-
cloud/region: uk-west
|
|
222
|
-
duration: 60
|
|
223
|
-
cpu/utilization: '*'
|
|
224
|
-
cpu/thermal-design-power: 100
|
|
225
|
-
vcpus-total: 8
|
|
226
|
-
vcpus-allocated: 1
|
|
227
|
-
- timestamp: '2023-12-12T00:05:00.000Z'
|
|
228
|
-
cloud/instance-type: A1
|
|
229
|
-
cloud/region: uk-west
|
|
230
|
-
duration: 60
|
|
231
|
-
cpu/utilization: '*'
|
|
232
|
-
cpu/thermal-design-power: 100
|
|
233
|
-
vcpus-total: 8
|
|
234
|
-
vcpus-allocated: 1
|
|
235
|
-
- timestamp: '2023-12-12T00:06:00.000Z'
|
|
236
|
-
cloud/instance-type: A1
|
|
237
|
-
cloud/region: uk-west
|
|
238
|
-
duration: 60
|
|
239
|
-
cpu/utilization: '*'
|
|
240
|
-
cpu/thermal-design-power: 100
|
|
241
|
-
vcpus-total: 8
|
|
242
|
-
vcpus-allocated: 1
|
|
243
|
-
- timestamp: '2023-12-12T00:07:00.000Z'
|
|
244
|
-
cloud/instance-type: A1
|
|
245
|
-
cloud/region: uk-west
|
|
246
|
-
duration: 60
|
|
247
|
-
cpu/utilization: '*'
|
|
248
|
-
cpu/thermal-design-power: 100
|
|
249
|
-
vcpus-total: 8
|
|
250
|
-
vcpus-allocated: 1
|
|
251
|
-
- timestamp: '2023-12-12T00:08:00.000Z'
|
|
252
|
-
cloud/instance-type: A1
|
|
253
|
-
cloud/region: uk-west
|
|
254
|
-
duration: 60
|
|
255
|
-
cpu/utilization: '*'
|
|
256
|
-
cpu/thermal-design-power: 100
|
|
257
|
-
vcpus-total: 8
|
|
258
|
-
vcpus-allocated: 1
|
|
259
|
-
- timestamp: '2023-12-12T00:09:00.000Z'
|
|
260
|
-
cloud/instance-type: A1
|
|
261
|
-
cloud/region: uk-west
|
|
262
|
-
duration: 60
|
|
263
|
-
cpu/utilization: '*'
|
|
264
|
-
cpu/thermal-design-power: 100
|
|
265
|
-
vcpus-total: 8
|
|
266
|
-
vcpus-allocated: 1
|
|
267
|
-
outputs:
|
|
268
|
-
- timestamp: "2023-12-12T00:00:00.000Z"
|
|
269
|
-
cloud/instance-type: A1
|
|
270
|
-
cloud/region: uk-west
|
|
271
|
-
duration: 5
|
|
272
|
-
cpu/utilization: '*'
|
|
273
|
-
cpu/thermal-design-power: 80
|
|
274
|
-
vcpus-total: 8
|
|
275
|
-
vcpus-allocated: 1
|
|
276
|
-
cpu-factor: '*'
|
|
277
|
-
cpu-wattage: '*'
|
|
278
|
-
cpu-wattage-times-duration: '*'
|
|
279
|
-
cpu-energy-raw: '*'
|
|
280
|
-
vcpu-ratio: '*'
|
|
281
|
-
cpu-energy-kwh: '*'
|
|
282
|
-
- timestamp: "2023-12-12T00:00:05.000Z"
|
|
283
|
-
duration: 5
|
|
284
|
-
cpu/utilization: '*'
|
|
285
|
-
cloud/instance-type: A1
|
|
286
|
-
cloud/region: uk-west
|
|
287
|
-
cpu/thermal-design-power: 80
|
|
288
|
-
vcpus-total: 8
|
|
289
|
-
vcpus-allocated: 1
|
|
290
|
-
cpu-factor: '*'
|
|
291
|
-
cpu-wattage: '*'
|
|
292
|
-
cpu-wattage-times-duration: '*'
|
|
293
|
-
cpu-energy-raw: '*'
|
|
294
|
-
vcpu-ratio: '*'
|
|
295
|
-
cpu-energy-kwh: '*'
|
|
296
|
-
- timestamp: "2023-12-12T00:00:10.000Z"
|
|
297
|
-
duration: 5
|
|
298
|
-
cpu/utilization: '*'
|
|
299
|
-
cloud/instance-type: A1
|
|
300
|
-
cloud/region: uk-west
|
|
301
|
-
cpu/thermal-design-power: 80
|
|
302
|
-
vcpus-total: 8
|
|
303
|
-
vcpus-allocated: 1
|
|
304
|
-
cpu-factor: '*'
|
|
305
|
-
cpu-wattage: '*'
|
|
306
|
-
cpu-wattage-times-duration: '*'
|
|
307
|
-
cpu-energy-raw: '*'
|
|
308
|
-
vcpu-ratio: '*'
|
|
309
|
-
cpu-energy-kwh: '*'
|
|
310
|
-
- timestamp: "2023-12-12T00:00:15.000Z"
|
|
311
|
-
duration: 5
|
|
312
|
-
cpu/utilization: '*'
|
|
313
|
-
cloud/instance-type: A1
|
|
314
|
-
cloud/region: uk-west
|
|
315
|
-
cpu/thermal-design-power: 80
|
|
316
|
-
vcpus-total: 8
|
|
317
|
-
vcpus-allocated: 1
|
|
318
|
-
cpu-factor: '*'
|
|
319
|
-
cpu-wattage: '*'
|
|
320
|
-
cpu-wattage-times-duration: '*'
|
|
321
|
-
cpu-energy-raw: '*'
|
|
322
|
-
vcpu-ratio: '*'
|
|
323
|
-
cpu-energy-kwh: '*'
|
|
324
|
-
- timestamp: "2023-12-12T00:00:20.000Z"
|
|
325
|
-
duration: 5
|
|
326
|
-
cpu/utilization: '*'
|
|
327
|
-
cloud/instance-type: A1
|
|
328
|
-
cloud/region: uk-west
|
|
329
|
-
cpu/thermal-design-power: 80
|
|
330
|
-
vcpus-total: 8
|
|
331
|
-
vcpus-allocated: 1
|
|
332
|
-
cpu-factor: '*'
|
|
333
|
-
cpu-wattage: '*'
|
|
334
|
-
cpu-wattage-times-duration: '*'
|
|
335
|
-
cpu-energy-raw: '*'
|
|
336
|
-
vcpu-ratio: '*'
|
|
337
|
-
cpu-energy-kwh: '*'
|
|
338
|
-
- timestamp: "2023-12-12T00:00:25.000Z"
|
|
339
|
-
duration: 5
|
|
340
|
-
cpu/utilization: '*'
|
|
341
|
-
cloud/instance-type: A1
|
|
342
|
-
cloud/region: uk-west
|
|
343
|
-
cpu/thermal-design-power: 80
|
|
344
|
-
vcpus-total: 8
|
|
345
|
-
vcpus-allocated: 1
|
|
346
|
-
cpu-factor: '*'
|
|
347
|
-
cpu-wattage: '*'
|
|
348
|
-
cpu-wattage-times-duration: '*'
|
|
349
|
-
cpu-energy-raw: '*'
|
|
350
|
-
vcpu-ratio: '*'
|
|
351
|
-
cpu-energy-kwh: '*'
|
|
352
|
-
- timestamp: "2023-12-12T00:00:30.000Z"
|
|
353
|
-
duration: 5
|
|
354
|
-
cpu/utilization: '*'
|
|
355
|
-
cloud/instance-type: A1
|
|
356
|
-
cloud/region: uk-west
|
|
357
|
-
cpu/thermal-design-power: 80
|
|
358
|
-
vcpus-total: 8
|
|
359
|
-
vcpus-allocated: 1
|
|
360
|
-
cpu-factor: '*'
|
|
361
|
-
cpu-wattage: '*'
|
|
362
|
-
cpu-wattage-times-duration: '*'
|
|
363
|
-
cpu-energy-raw: '*'
|
|
364
|
-
vcpu-ratio: '*'
|
|
365
|
-
cpu-energy-kwh: '*'
|
|
366
|
-
- timestamp: "2023-12-12T00:00:35.000Z"
|
|
367
|
-
duration: 5
|
|
368
|
-
cpu/utilization: '*'
|
|
369
|
-
cloud/instance-type: A1
|
|
370
|
-
cloud/region: uk-west
|
|
371
|
-
cpu/thermal-design-power: 80
|
|
372
|
-
vcpus-total: 8
|
|
373
|
-
vcpus-allocated: 1
|
|
374
|
-
cpu-factor: '*'
|
|
375
|
-
cpu-wattage: '*'
|
|
376
|
-
cpu-wattage-times-duration: '*'
|
|
377
|
-
cpu-energy-raw: '*'
|
|
378
|
-
vcpu-ratio: '*'
|
|
379
|
-
cpu-energy-kwh: '*'
|
|
380
|
-
- timestamp: "2023-12-12T00:00:40.000Z"
|
|
381
|
-
duration: 5
|
|
382
|
-
cpu/utilization: '*'
|
|
383
|
-
cloud/instance-type: A1
|
|
384
|
-
cloud/region: uk-west
|
|
385
|
-
cpu/thermal-design-power: 80
|
|
386
|
-
vcpus-total: 8
|
|
387
|
-
vcpus-allocated: 1
|
|
388
|
-
cpu-factor: '*'
|
|
389
|
-
cpu-wattage: '*'
|
|
390
|
-
cpu-wattage-times-duration: '*'
|
|
391
|
-
cpu-energy-raw: '*'
|
|
392
|
-
vcpu-ratio: '*'
|
|
393
|
-
cpu-energy-kwh: '*'
|
|
394
|
-
- timestamp: "2023-12-12T00:00:45.000Z"
|
|
395
|
-
duration: 5
|
|
396
|
-
cpu/utilization: '*'
|
|
397
|
-
cloud/instance-type: A1
|
|
398
|
-
cloud/region: uk-west
|
|
399
|
-
cpu/thermal-design-power: 80
|
|
400
|
-
vcpus-total: 8
|
|
401
|
-
vcpus-allocated: 1
|
|
402
|
-
cpu-factor: '*'
|
|
403
|
-
cpu-wattage: '*'
|
|
404
|
-
cpu-wattage-times-duration: '*'
|
|
405
|
-
cpu-energy-raw: '*'
|
|
406
|
-
vcpu-ratio: '*'
|
|
407
|
-
cpu-energy-kwh: '*'
|
|
408
|
-
- timestamp: "2023-12-12T00:00:50.000Z"
|
|
409
|
-
duration: 5
|
|
410
|
-
cpu/utilization: '*'
|
|
411
|
-
cloud/instance-type: A1
|
|
412
|
-
cloud/region: uk-west
|
|
413
|
-
cpu/thermal-design-power: 80
|
|
414
|
-
vcpus-total: 8
|
|
415
|
-
vcpus-allocated: 1
|
|
416
|
-
cpu-factor: '*'
|
|
417
|
-
cpu-wattage: '*'
|
|
418
|
-
cpu-wattage-times-duration: '*'
|
|
419
|
-
cpu-energy-raw: '*'
|
|
420
|
-
vcpu-ratio: '*'
|
|
421
|
-
cpu-energy-kwh: '*'
|
|
422
|
-
- timestamp: "2023-12-12T00:00:55.000Z"
|
|
423
|
-
duration: 5
|
|
424
|
-
cpu/utilization: '*'
|
|
425
|
-
cloud/instance-type: A1
|
|
426
|
-
cloud/region: uk-west
|
|
427
|
-
cpu/thermal-design-power: 80
|
|
428
|
-
vcpus-total: 8
|
|
429
|
-
vcpus-allocated: 1
|
|
430
|
-
cpu-factor: '*'
|
|
431
|
-
cpu-wattage: '*'
|
|
432
|
-
cpu-wattage-times-duration: '*'
|
|
433
|
-
cpu-energy-raw: '*'
|
|
434
|
-
vcpu-ratio: '*'
|
|
435
|
-
cpu-energy-kwh: '*'
|
|
436
|
-
- timestamp: "2023-12-12T00:01:00.000Z"
|
|
437
|
-
duration: 1
|
|
438
|
-
cpu/utilization: '*'
|
|
439
|
-
cloud/instance-type: A1
|
|
440
|
-
cloud/region: uk-west
|
|
441
|
-
cpu/thermal-design-power: 100
|
|
442
|
-
vcpus-total: 8
|
|
443
|
-
vcpus-allocated: 1
|
|
444
|
-
cpu-factor: '*'
|
|
445
|
-
cpu-wattage: '*'
|
|
446
|
-
cpu-wattage-times-duration: '*'
|
|
447
|
-
cpu-energy-raw: '*'
|
|
448
|
-
vcpu-ratio: '*'
|
|
449
|
-
cpu-energy-kwh: '*'
|