Add a reference to VictoriaMetrics in package docs

This commit is contained in:
Aliaksandr Valialkin 2019-04-21 02:56:28 +03:00
parent fb18155057
commit 487af0fbfc

View File

@ -8,6 +8,8 @@
// 1. Register the required metrics via New* functions. // 1. Register the required metrics via New* functions.
// 2. Expose them to `/metrics` page via WritePrometheus. // 2. Expose them to `/metrics` page via WritePrometheus.
// 3. Update the registered metrics during application lifetime. // 3. Update the registered metrics during application lifetime.
//
// The package has been extracted from https://victoriametrics.com/
package metrics package metrics
import ( import (