Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
N2VC
/
427f57893cb4bf8aebc0b6f56d0cb3f178d23cf1
/
.
/
tests
/
charms
/
layers
/
metrics-ci
/
metrics.yaml
blob: dae092f1a0a3dfc43a40be4dcd13d212d645c7a7 [
file
] [
log
] [
blame
]
metrics:
users:
type:
gauge
description:
"# of users"
command:
who
|
wc
-
l
load:
type:
gauge
description:
"5 minute load average"
command:
cat /proc/loadavg
|
awk
'{print $1}'