1
0
Fork 0

DataDog and StatsD Metrics Support

* Added support for DataDog and StatsD monitoring
* Added documentation
This commit is contained in:
Alex Antonov 2017-07-20 17:26:43 -05:00 committed by Ludovic Fernandez
parent cd28e7b24f
commit 69c628b626
39 changed files with 3921 additions and 13 deletions

2
vendor/github.com/go-kit/kit/util/conn/doc.go generated vendored Normal file
View file

@ -0,0 +1,2 @@
// Package conn provides utilities related to connections.
package conn