Implement Prometheus metrics

This commit is contained in:
TwinProduction
2019-11-16 15:46:52 -05:00
parent 9cf118996d
commit 3620e5306c
174 changed files with 54941 additions and 0 deletions

13
vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go generated vendored Normal file
View File

@ -0,0 +1,13 @@
// +build !appengine
// +build gc
// +build !purego
package xxhash
// Sum64 computes the 64-bit xxHash digest of b.
//
//go:noescape
func Sum64(b []byte) uint64
//go:noescape
func writeBlocks(*Digest, []byte) int