Registry / observability / orijtech-prometheus-go-metrics-exporter

orijtech-prometheus-go-metrics-exporter

JSON →
library0.0.6gogounverified

A Go library for exporting Go runtime metrics to Prometheus.

go get github.com/orijtech/prometheus-go-metrics-exporter
INSTALL
IMPORT
SIG · ORIJTECH-PROMETHEU
O
orijtech-prometheus-go-metrics-exporter
observabilitygov0.0.6
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.

prometheusmetrics
github.com/orijtech/prometheus-go-metrics-exporter

Expose Go runtime metrics via an HTTP endpoint.

package main import ( "net/http" "github.com/orijtech/prometheus-go-metrics-exporter" "github.com/prometheus/client_golang/prometheus/promhttp" ) func main() { http.Handle("/metrics", promhttp.Handler()) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Amazon
1
Resources
orijtech-prometheus-go-metrics-exporter — go get orijtech-prometheus-go-metrics-exporter · libregistry