From 7c4a402be36ea63f3f92514263376a2bda736ce7 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 11 Apr 2019 17:28:52 +0300 Subject: [PATCH] README.md: point to an example for CounterVec alternative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2703625..ab3885c 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ exposed from your application. #### How to implement [CounterVec](https://godoc.org/github.com/prometheus/client_golang/prometheus#CounterVec) in `metrics`? Just use [GetOrCreateCounter](http://godoc.org/github.com/VictoriaMetrics/metrics#GetOrCreateCounter) -instead of `CounterVec.With`. +instead of `CounterVec.With`. See [this example](https://godoc.org/github.com/VictoriaMetrics/metrics#example-Counter--Vec) for details.