mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/graphite: typo fix in label name for vm_request_duration_seconds metric
This commit is contained in:
parent
c9d0905b17
commit
8a8b5a73d3
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ func metricsFind(tr storage.TimeRange, label, query string, delimiter byte, dead
|
|||
var (
|
||||
metricsFindDuration = metrics.NewSummary(`vm_request_duration_seconds{path="/metrics/find"}`)
|
||||
metricsExpandDuration = metrics.NewSummary(`vm_request_duration_seconds{path="/metrics/expand"}`)
|
||||
metricsIndexDuration = metrics.NewSummary(`vm_request_duration_seconds{path="/metrics/expand"}`)
|
||||
metricsIndexDuration = metrics.NewSummary(`vm_request_duration_seconds{path="/metrics/index.json"}`)
|
||||
)
|
||||
|
||||
func isFullMatch(tagValuePrefix string, suffixes []string, delimiter byte) bool {
|
||||
|
|
Loading…
Reference in a new issue