From 487af0fbfcbdddc3255af4741fa0cd215225e9a4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 21 Apr 2019 02:56:28 +0300 Subject: [PATCH] Add a reference to VictoriaMetrics in package docs --- metrics.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metrics.go b/metrics.go index 9733ed4..19f8f8a 100644 --- a/metrics.go +++ b/metrics.go @@ -8,6 +8,8 @@ // 1. Register the required metrics via New* functions. // 2. Expose them to `/metrics` page via WritePrometheus. // 3. Update the registered metrics during application lifetime. +// +// The package has been extracted from https://victoriametrics.com/ package metrics import (