From 98a21a4f614c5da16491df67c70801e291fec798 Mon Sep 17 00:00:00 2001 From: ikura-hamu <104292023+ikura-hamu@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:52:42 +0900 Subject: [PATCH] =?UTF-8?q?:adhesive=5Fbandage:=20pt-query-digest=E3=82=92?= =?UTF-8?q?=E5=90=AB=E3=82=81=E3=81=9Ftargets.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/collect/group/targets.json | 42 ++++++++++++++++------------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/internal/collect/group/targets.json b/internal/collect/group/targets.json index 67a704a..2177520 100644 --- a/internal/collect/group/targets.json +++ b/internal/collect/group/targets.json @@ -1,20 +1,26 @@ [ - { - "Duration": 10, - "Label": "localhost", - "Type": "pprof", - "URL": "http://localhost:9000/debug/pprof/profile" - }, - { - "Duration": 10, - "Label": "localhost", - "Type": "httplog", - "URL": "http://localhost:9000/debug/log/httplog" - }, - { - "Duration": 10, - "Label": "localhost", - "Type": "slowlog", - "URL": "http://localhost:9000/debug/log/slowlog" - } + { + "Type": "pprof", + "Label": "s1", + "URL": "http://s1:8888/debug/pprof/profile", + "Duration": 60 + }, + { + "Type": "httplog", + "Label": "s1", + "URL": "http://s1:8888/debug/log/httplog", + "Duration": 60 + }, + { + "Type": "slowlog", + "Label": "s1", + "URL": "http://s1:8888/debug/log/slowlog", + "Duration": 60 + }, + { + "Type": "pt", + "Label": "s1", + "URL": "http://s1:8888/debug/log/slowlog", + "Duration": 60 + } ]