Registry / observability / fzambia-eagle

fzambia-eagle

JSON →
library0.2.0gogounverified

Provides functionality to export Prometheus metrics aggregated over a configured time interval for non-Prometheus monitoring systems.

go get github.com/FZambia/eagle
INSTALL
IMPORT
SIG · FZAMBIA-EAGLE
F
fzambia-eagle
observabilitygov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eagle
github.com/FZambia/eagle

Create an Eagle instance, add a Prometheus counter, and serve aggregated metrics.

package main import ( "github.com/FZambia/eagle" "github.com/prometheus/client_golang/prometheus" ) func main() { counter := prometheus.NewCounter(prometheus.CounterOpts{Name: "test"}) e, _ := eagle.New(eagle.Config{}) e.AddCollector(counter) e.Serve() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
2
Resources
fzambia-eagle — go get fzambia-eagle · libregistry