metrics.sh/reporters/stdout.sh

7 lines
70 B
Bash
Raw Normal View History

2015-02-21 18:18:27 +01:00
#!/bin/sh
report () {
METRIC=$1
VALUE=$2
echo $METRIC: $VALUE
}