Skip to content

Instantly share code, notes, and snippets.

@jmcook1186
Created January 24, 2024 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmcook1186/213a1caa139392e2f93c1aa5d32edd17 to your computer and use it in GitHub Desktop.
Save jmcook1186/213a1caa139392e2f93c1aa5d32edd17 to your computer and use it in GitHub Desktop.
manifest file for testing aggregation feature
name: nesting-demo
description: null
tags:
kind: web
complexity: moderate
category: on-premise
aggregation:
type: both
metrics:
- 'cpu-util'
- 'energy'
initialize:
models:
- name: sci-e
path: '@grnsft/if-models'
model: SciEModel
graph:
children:
child-0:
pipeline:
- sci-e
children:
child-0-1:
pipeline:
- sci-e
config: null
inputs:
- timestamp: 2023-07-06T00:00
duration: 10
cpu-util: 50
energy-network: 1
child-0-2:
children:
child-0-2-1:
pipeline:
- sci-e
config: null
inputs:
- timestamp: 2023-07-06T00:00
duration: 10
cpu-util: 50
energy-network: 1
child-0-2-2:
pipeline:
- sci-e
config: null
inputs:
- timestamp: 2023-07-06T00:00
duration: 10
cpu-util: 50
energy-network: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment