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 (