Skip to content

Commit b2b6067

Browse files
committed
go fmt
1 parent cebd501 commit b2b6067

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd_metrics.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ func getMetrics() map[string]string {
4242
}
4343

4444
//
45-
// Get and send the metrics
45+
// SendMetrics submits the metrics discovered to the specified carbon
46+
// server - unless `nop` is in-use, in which case they are dumped to
47+
// STDOUT.
4648
//
4749
func SendMetrics(host string, port int, prefix string, nop bool) {
4850

0 commit comments

Comments
 (0)