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:
@ -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
|
||||
|
Reference in New Issue
Block a user