Categorygithub.com/itzg/go-metrics
modulepackage
0.1.1
Repository: https://github.com/itzg/go-metrics.git
Documentation: pkg.go.dev

# README

GoDoc CircleCI

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

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

# Packages

No description provided by the author

# Functions

JoinTags joins individual tags into a TagSet.
No description provided by the author
T is a helper function to create a Tag.

# Structs

No description provided by the author
Tag represents a single tag (or dimension) of a measurement-series.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author