Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

This library provides Go applications a simple way to report dimensional statistics with optional support for Influx line protocol
https://github.com/itzg/go-metrics

Last synced: about 1 month ago
JSON representation

This library provides Go applications a simple way to report dimensional statistics with optional support for Influx line protocol

Awesome Lists containing this project

README

        

[![GoDoc](https://godoc.org/github.com/itzg/go-metrics?status.svg)](https://godoc.org/github.com/itzg/go-metrics)
[![CircleCI](https://circleci.com/gh/itzg/go-metrics.svg?style=svg)](https://circleci.com/gh/itzg/go-metrics)
[![](https://img.shields.io/badge/go.dev-module-007D9C)](https://pkg.go.dev/github.com/itzg/go-metrics)

This library provides Go applications a simple way to report dimensional statistics with optional support for Influx line protocol.

## Installation

```
go get github.com/itzg/go-metrics
```

## Import

```go
import (
"github.com/itzg/go-metrics"
)
```