Skip to content

Commit

Permalink
[FEAT] Add dot
Browse files Browse the repository at this point in the history
Signed-off-by: rita.canavarro <[email protected]>
  • Loading branch information
rita.canavarro committed Jul 20, 2023
1 parent 71660a8 commit 6a088bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shipper/shipper.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func newMetrics(reg prometheus.Registerer) *metrics {
})
m.uploadedBytes = promauto.With(reg).NewCounter(prometheus.CounterOpts{
Name: "thanos_shipper_uploaded_bytes_total",
Help: "Total number of uploaded bytes",
Help: "Total number of uploaded bytes.",
})

return &m
Expand Down

0 comments on commit 6a088bd

Please sign in to comment.