Skip to content

Commit

Permalink
feat(manifests): add success with off to interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Oct 15, 2024
1 parent addb108 commit 7039956
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions manifests/examples/builtins/interpolation/success-with-off.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: interpolation-demo
description: simple demo of interpolation plugin
tags:
initialize:
plugins:
interpolation:
method: Interpolation
path: "builtin"
config:
method: linear
x: [0, 10, 50, 100]
y: [0.12, 0.32, 0.75, 1.02]
input-parameter: "cpu/utilization"
output-parameter: "result"
tree:
children:
child:
pipeline:
compute:
- interpolation
inputs:
- timestamp: 2023-07-06T00:00
duration: 3600
cpu/utilization: off

0 comments on commit 7039956

Please sign in to comment.