Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itzg/go-metrics
- Owner: itzg
- License: mit
- Created: 2020-01-19T14:28:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T17:29:42.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T01:18:21.874Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"
)
```