Commit c28f06f7 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Make metric description more precise

parent b658f68a
......@@ -25,7 +25,7 @@ var (
multipartFileUploadBytes = prometheus.NewCounter(
prometheus.CounterOpts{
Name: "gitlab_workhorse_multipart_upload_bytes",
Help: "How many disk bytes of multipart file parts have been written by gitlab-workhorse.",
Help: "How many disk bytes of multipart file parts have been succesfully written by gitlab-workhorse.",
},
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment