refactor plugin example

master
Ulric Qin 4 years ago
parent a628d5bb59
commit 18fc86d68a

@ -9,7 +9,6 @@ echo '[
"type": "testcase", "type": "testcase",
"author": "ulric" "author": "ulric"
}, },
"time": '${now}',
"value": '${now}', "value": '${now}',
"type": "gauge" "type": "gauge"
}, },
@ -19,7 +18,6 @@ echo '[
"type": "testcase", "type": "testcase",
"author": "ulric" "author": "ulric"
}, },
"time": '${now}',
"value": '${now}', "value": '${now}',
"type": "rate" "type": "rate"
}, },
@ -29,7 +27,6 @@ echo '[
"type": "testcase", "type": "testcase",
"author": "ulric" "author": "ulric"
}, },
"time": '${now}',
"value": '${now}', "value": '${now}',
"type": "increase" "type": "increase"
} }

Loading…
Cancel
Save