Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
N2VC
/
3957ba32d3a898b7ccbb7ec1bd0c7df8fd88f367
/
.
/
tests
/
charms
/
layers
/
metrics-proxy-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}'