Skip to content

Commit

Permalink
Fix typo url => uri
Browse files Browse the repository at this point in the history
  • Loading branch information
setaou committed Jun 10, 2024
1 parent aac5910 commit 3444f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
)

func newMetric(metricName, metricDesc string, fcgiURI string) *prometheus.Desc {
labels := prometheus.Labels{"fcgi_url": fcgiURI}
labels := prometheus.Labels{"fcgi_uri": fcgiURI}
return prometheus.NewDesc(prometheus.BuildFQName(namespace, "", metricName), metricDesc, nil, labels)
}

Expand Down

0 comments on commit 3444f8e

Please sign in to comment.