[pkg-go] Bug#883898: ITP: golang-github-mwitkow-go-conntrack -- Go middleware for net.Conn tracking (Prometheus/trace)
Martin Ferrari
tincho at debian.org
Fri Dec 8 23:50:15 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Martín Ferrari <tincho at debian.org>
* Package name : golang-github-mwitkow-go-conntrack
Version : 0.0~git20161129.cc309e4-1
Upstream Author : Michal Witkowski
* URL : https://github.com/mwitkow/go-conntrack
* License : Apache-2.0
Programming Lang: Go
Description : Go middleware for net.Conn tracking
Prometheus (https://prometheus.io/) monitoring and x/net/trace
(https://godoc.org/golang.org/x/net/trace#EventLog) tracing wrappers for
net.Conn, both inbound (net.Listener) and outbound (net.Dialer).
.
Go standard library does a great job of doing "the right" things with
your connections: http.Transport pools outbound ones, and http.Server
sets good Keep Alive defaults. However, it is still easy to get it
wrong.
.
That's why you should be able to monitor (using Prometheus) how many
connections your Go frontend servers have inbound, and how big are the
connection pools to your backends. You should also be able to inspect
your connection without ssh and netstat.
This is a new dependency for prometheus 2.0
More information about the Pkg-go-maintainers
mailing list