Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
N2VC
/
bc0daf83db3d783039db7c8c8496a4eb0ceddfe0
/
.
/
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}'