# 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