Codebase list golang-github-go-kit-kit / 3e8168a
Updating README to reflect example Dom Udall 8 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
421421 Endpoint: makeCountEndpoint(svc),
422422 // ...
423423 }
424
425 http.Handle("/metrics", stdprometheus.Handler())
424426 }
425427 ```
426428