Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 334 Bytes

Prometheus metric vectors with fixed label value sets.

This is based on github.com/prometheus/client_golang, but avoids that package's synchronization overhead when fetching metrics by label.

See example_test.go for usage.

Installation:

`go get github.com/realzeitmedia/promvec`