Added a script example for a performance evaluation of charm deployment
[osm/vim-emu.git] / examples / charms / layers / simple / metrics.yaml
diff --git a/examples/charms/layers/simple/metrics.yaml b/examples/charms/layers/simple/metrics.yaml
new file mode 100644 (file)
index 0000000..6ebb605
--- /dev/null
@@ -0,0 +1,5 @@
+metrics:
+  uptime:
+    type: gauge
+    description: "Uptime of the VNF"
+    command: awk '{print $1}' /proc/uptime