From 18fc86d68a6753086cd2a2a951cc80ee66955e1c Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Sat, 17 Jul 2021 19:27:10 +0800 Subject: [PATCH] refactor plugin example --- docs/plugin.example.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/plugin.example.sh b/docs/plugin.example.sh index 3724ac09..6d764ab8 100755 --- a/docs/plugin.example.sh +++ b/docs/plugin.example.sh @@ -9,7 +9,6 @@ echo '[ "type": "testcase", "author": "ulric" }, - "time": '${now}', "value": '${now}', "type": "gauge" }, @@ -19,7 +18,6 @@ echo '[ "type": "testcase", "author": "ulric" }, - "time": '${now}', "value": '${now}', "type": "rate" }, @@ -29,7 +27,6 @@ echo '[ "type": "testcase", "author": "ulric" }, - "time": '${now}', "value": '${now}', "type": "increase" } -- GitLab