mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-20 15:07:03 +00:00
chasquid: Update the monitoring HTML index
Add some links to the monitoring HTML index, to reflect the new additions. Also reorder to make it more practical, and default to the expanded view for the tracer links.
This commit is contained in:
10
chasquid.go
10
chasquid.go
@@ -1134,11 +1134,15 @@ const monitoringHTMLIndex = `<!DOCTYPE html>
|
|||||||
<h1>chasquid monitoring</h1>
|
<h1>chasquid monitoring</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/debug/queue">queue</a>
|
<li><a href="/debug/queue">queue</a>
|
||||||
<li><a href="/debug/requests">requests</a>
|
<li><a href="/debug/vars">exported variables</a>
|
||||||
<small><a href="https://godoc.org/golang.org/x/net/trace">
|
<small><a href="https://golang.org/pkg/expvar/">(ref)</a></small>
|
||||||
|
<li>traces <small><a href="https://godoc.org/golang.org/x/net/trace">
|
||||||
(ref)</a></small>
|
(ref)</a></small>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/debug/requests?exp=1">requests (short-lived)</a>
|
||||||
|
<li><a href="/debug/events?exp=1">events (long-lived)</a>
|
||||||
|
</ul>
|
||||||
<li><a href="/debug/flags">flags</a>
|
<li><a href="/debug/flags">flags</a>
|
||||||
<li><a href="/debug/vars">public variables</a>
|
|
||||||
<li><a href="/debug/pprof">pprof</a>
|
<li><a href="/debug/pprof">pprof</a>
|
||||||
<small><a href="https://golang.org/pkg/net/http/pprof/">
|
<small><a href="https://golang.org/pkg/net/http/pprof/">
|
||||||
(ref)</a></small>
|
(ref)</a></small>
|
||||||
|
|||||||
Reference in New Issue
Block a user