1
0
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:
Alberto Bertogli
2016-10-12 23:08:18 +01:00
parent dd35085a32
commit c172894317

View File

@@ -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>