add reporter for prometheus.io

This commit is contained in:
Patrick Stadler
2015-03-25 20:24:49 +01:00
parent 77629720aa
commit ff9ed8ac10
4 changed files with 89 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ defaults () {
}
start () {
readonly fifo=$TEMP_DIR/$(unique_id)
readonly fifo=$TEMP_DIR/$(unique_id)_disk_io
mkfifo $fifo
if is_osx; then