Merge upstream libjuju
[osm/N2VC.git] / tests / charms / layers / metrics-proxy-ci / metrics.yaml
1 metrics:
2   users:
3     type: gauge
4     description: "# of users"
5     command: who|wc -l
6   load:
7     type: gauge
8     description: "5 minute load average"
9     command: cat /proc/loadavg |awk '{print $1}'