ipfs-cluster/observations
Kishan Mohanbhai Sagathiya 42b1413e23 Use index endpoint with a trailing slash
On using `/debug/pprof` as index endpoint, profiles contained by it
would point to wrong url. For example, link for `allocs` would be
`/debug/allocs` (results in 404), whereas it should actually be
`/debug/pprof/allocs`.

Use a trailing slash to get correct links. `/debug/pprof` will
automatically be redirected to `/debug/pprof/`
2019-11-28 00:39:35 +05:30
..
config_test.go Add ApplyEnvVars test to observations config 2019-02-18 17:51:39 +02:00
config.go make tracing service name unique 2019-02-20 08:40:18 +10:00
metrics.go fix passing ctx from daemon to pubsub 2019-04-29 17:58:28 +10:00
setup.go Use index endpoint with a trailing slash 2019-11-28 00:39:35 +05:30