Skip to content

Commit

Permalink
🩹 pt-query-digestを含めたtargets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Sep 15, 2024
1 parent 6d2840f commit 98a21a4
Showing 1 changed file with 24 additions and 18 deletions.
42 changes: 24 additions & 18 deletions internal/collect/group/targets.json
Original file line number Diff line number Diff line change
@@ -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
}
]

0 comments on commit 98a21a4

Please sign in to comment.