package
3.0.1+incompatible
Repository: https://github.com/mytokenio/go.git
Documentation: pkg.go.dev

# README

Metrics

Usage

//import metrics backend service
import "github.com/mytokenio/go/metrics"

// defer to close metrics
defer metrics.Close()

metrics.Count("key", 1)
metrics.Gauge("key", 1)
metrics.Gauge("key", "string_value")

# Packages

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
服务异常退出.
服务被杀.
服务正常退出.
服务未退出.
状态异常.
状态正常.

# Variables

No description provided by the author

# Structs

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

# Interfaces

No description provided by the author
No description provided by the author
abstraction for metrics backend.