1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-15 01:04:44 +02:00

fix missing comma in example histogram code

This commit is contained in:
Daniel García
2017-09-16 12:23:23 -05:00
parent f7593d1908
commit 0e30e427cf

View File

@ -48,7 +48,7 @@
// Namespace: "myteam",
// Subsystem: "foosvc",
// Name: "request_latency_seconds",
// Help: "Incoming request latency in seconds."
// Help: "Incoming request latency in seconds.",
// }, []string{"method", "status_code"})
//
// Write your components to take the metrics they will use as parameters to