mirror of
https://github.com/go-kit/kit.git
synced 2025-07-17 01:12:38 +02:00
fix missing comma in example histogram code
This commit is contained in:
@ -48,7 +48,7 @@
|
|||||||
// Namespace: "myteam",
|
// Namespace: "myteam",
|
||||||
// Subsystem: "foosvc",
|
// Subsystem: "foosvc",
|
||||||
// Name: "request_latency_seconds",
|
// Name: "request_latency_seconds",
|
||||||
// Help: "Incoming request latency in seconds."
|
// Help: "Incoming request latency in seconds.",
|
||||||
// }, []string{"method", "status_code"})
|
// }, []string{"method", "status_code"})
|
||||||
//
|
//
|
||||||
// Write your components to take the metrics they will use as parameters to
|
// Write your components to take the metrics they will use as parameters to
|
||||||
|
Reference in New Issue
Block a user