Skip to content

Commit

Permalink
fix(config): remove config from if-env template
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Aug 6, 2024
1 parent d1fb8d7 commit 0c34bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/if-env/config/env-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ initialize:
memory-energy-from-memory-util: # you can name this any way you like!
method: Coefficient # the name of the function exported from the plugin
path: "builtin" # the import path
global-config: # anmy config required by the plugin
global-config: # any config required by the plugin
input-parameter: "memory/utilization"
coefficient: 0.0001 #kwH/GB
output-parameter: "memory/energy"
Expand All @@ -16,7 +16,6 @@ tree:
pipeline: # the pipeline is an ordered list of plugins you want to execute
compute:
- memory-energy-from-memory-util # must match the name in initialize!
config: # any plugin specific, node-level config
inputs:
- timestamp: 2023-12-12T00:00:00.000Z # ISO 8061 string
duration: 3600 # units of seconds
Expand Down

0 comments on commit 0c34bcc

Please sign in to comment.