Skip to content

Commit

Permalink
README.md: rename "time series" to more clear "metrics" in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Jul 20, 2022
1 parent 96a67ce commit 7fa54d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7fa54d4

Please sign in to comment.