label name is statusCode

This commit is contained in:
Konstantin Lebedev 2020-10-01 01:22:38 +05:00
parent 68463e92c1
commit 86329bbf2b

View file

@ -99,7 +99,7 @@ var (
Subsystem: "s3",
Name: "request_total",
Help: "Counter of s3 requests.",
}, []string{"type", "code"})
}, []string{"type", "statusCode"})
S3RequestHistogram = prometheus.NewHistogramVec(
prometheus.HistogramOpts{
Namespace: "SeaweedFS",