prometheus metrics typo

This commit is contained in:
oliverpool 2017-02-28 19:14:21 +01:00
parent 12054be4e7
commit 1a58d6e084
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var (
nil, nil) nil, nil)
uploadsTerminatedDesc = prometheus.NewDesc( uploadsTerminatedDesc = prometheus.NewDesc(
"tusd_uploads_terminated", "tusd_uploads_terminated",
"Number of terminted uploads.", "Number of terminated uploads.",
nil, nil) nil, nil)
) )