Categorygithub.com/puppetlabs/leg/instrumentation
0.1.5
Repository: https://github.com/puppetlabs/leg.git
Documentation: pkg.go.dev

# Packages

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

# README

Instrumentation

This package holds instrumentation packages (Sentry for alerting and Prometheus for metrics).

Metrics

Insights metrics provides an interface into recording perfomance metrics insight Go applications and a http.Handler to serve those metrics to 3rd party monitoring tools such as Prometheus.

Metrics package provides Must* functions that log instead of panic. This allows you to use the library by chaining functions since they return NoOp types if an error occurs.