Categorygithub.com/256dpi/gov
repositorypackage
0.0.0-20230108172915-621ade2f9ef3
Repository: https://github.com/256dpi/gov.git
Documentation: pkg.go.dev

# README

Gov

A simple prometheus metrics and pprof profile viewer.

Screenshot

Installation

Use Go to install the binary:

go install github.com/256dpi/gov

Usage

Run gov with the URL of the program to collect metrics and profiles from.

gov http://localhost:1234

Prometheus metrics are collected from the /metrics endpoint while pprof profiles are collected from the /debug/pprof/{profile,allocs,heap,block,mutex} endpoints.