An open API service indexing awesome lists of open source software.

https://github.com/longsleep/go-metrics

Helper functions for metrics in Go servers
https://github.com/longsleep/go-metrics

go golang hacktoberfest http metrics prometheus timing

Last synced: about 1 year ago
JSON representation

Helper functions for metrics in Go servers

Awesome Lists containing this project

README

          

# go-metrics [![Build Status](https://travis-ci.org/longsleep/go-metrics.svg)](https://travis-ci.org/longsleep/go-metrics) [![GoDoc](https://godoc.org/github.com/longsleep/go-metrics?status.svg)](https://godoc.org/github.com/longsleep/go-metrics)

Go-metrics implements a bunch of helper functions for metrics in Go servers.

## Installation

```text
go get github.com/longsleep/go-metrics
```