Categorygithub.com/go-chi/telemetry
modulepackage
0.3.6
Repository: https://github.com/go-chi/telemetry.git
Documentation: pkg.go.dev

# README

telemetry

Go package to simplify recording metrics in a Prometheus compatible format. Its based on github.com/uber-go/tally/v4/prometheus.

Checkout the example for more details.

# Functions

Collector creates a handler that exposes a /metrics endpoint.
NewScope creates a scope for an application.
No description provided by the author

# Structs

Config represents settings for the telemetry tool.
Scope represents the measurements scope for an application.