kubo/core/corehttp
Lars Gierth 05cb7a1bc2 metrics: add transport label to p2p_peers_total
Gives us per-transport peers counts:

	ipfs_p2p_peers_total{transport="/ip4/tcp"} 25
	ipfs_p2p_peers_total{transport="/ip6/tcp"} 13
	ipfs_p2p_peers_total{transport="/ip6/udp/utp"} 17

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-05-18 22:30:52 +02:00
..
commands.go fix races in http cors 2015-10-13 01:09:55 +03:00
corehttp.go update libp2p with go-multiaddr and go-stream-muxer updates 2016-05-10 16:06:28 -07:00
gateway_handler.go Set Cache-Control immutable 2016-05-12 12:16:42 +02:00
gateway_indexPage.go Use net/url to escape paths in web-ui 2016-03-02 15:46:58 -08:00
gateway_test.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
gateway.go update go-libp2p 3.2.2, nil maddr fixes 2016-05-17 10:23:10 -07:00
ipns_hostname.go correct go-log dep 2016-01-30 09:34:10 -08:00
logs.go Update go-log to 1.1.0 and fix calls to go-log.Uuid 2016-05-04 23:17:21 +02:00
metrics_test.go metrics: add transport label to p2p_peers_total 2016-05-18 22:30:52 +02:00
metrics.go metrics: add transport label to p2p_peers_total 2016-05-18 22:30:52 +02:00
redirect.go corehttp: add net.Listener to ServeOption 2015-08-02 08:16:51 +02:00
webui.go feat: Update the webui to work with the latest changes in 0.4 2016-03-14 20:49:18 +01:00