README.md: rename "time series" to more clear "metrics" in the example

This commit is contained in:
Aliaksandr Valialkin 2022-07-20 14:56:10 +03:00
parent 96a67ce905
commit 7fa54d40f0
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -28,8 +28,8 @@
```go
import "github.com/VictoriaMetrics/metrics"
// Register various time series.
// Time series name may contain labels in Prometheus format - see below.
// Register various metrics.
// Metric name may contain labels in Prometheus format - see below.
var (
// Register counter without labels.
requestsTotal = metrics.NewCounter("requests_total")