Skip to content

Instantly share code, notes, and snippets.

@jmcook1186
Created November 8, 2023 11:00
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/f08d2dd281a076a7410002f0ba344e3a to your computer and use it in GitHub Desktop.
Save jmcook1186/f08d2dd281a076a7410002f0ba344e3a to your computer and use it in GitHub Desktop.
IF demo impl
name: if-demo
description: pipeline demo
initialize:
models:
- name: azure-importer
kind: builtin
- name: cloud-instance-metadata
kind: builtin
- name: intel
kind: shell
graph:
children:
child:
pipeline:
- azure-importer
- cloud-instance-metadata
- intel
config:
intel:
executable: python /home/joe/Code/ief/src/lib/shell-imp/sampler
inputs:
- timestamp: '2023-11-02T10:35:31.820Z'
duration: 3600
azure-observation-window: 5 min # value and unit must be space separated
azure-observation-aggregation: 'average'
azure-subscription-id: 9de7e19f-8a18-4e73-9451-45fc74e7d0d3
azure-resource-group: vm1_group
azure-vm-name: vm1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment