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 + } ]