/gov

A simple prometheus metrics and pprof profile viewer.

Primary LanguageGoMIT LicenseMIT

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.