metrics.sh/reporters/stdout.sh
2015-02-21 18:18:27 +01:00

7 lines
70 B
Bash

#!/bin/sh
report () {
METRIC=$1
VALUE=$2
echo $METRIC: $VALUE
}