Registry / observability / micro-go-plugins-wrapper-monitoring-prometheus-v2

micro-go-plugins-wrapper-monitoring-prometheus-v2

JSON →
library2.9.1gogounverified

Prometheus monitoring wrapper for the Micro v2 framework.

go get github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
INSTALL
IMPORT
SIG · MICRO-GO-PLUGINS-W
M
micro-go-plugins-wrapper-monitoring-prometheus-v2
observabilitygov2.9.1
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.

prometheus
github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2

Add Prometheus monitoring to a Micro service

package main import ( "github.com/micro/go-micro/v2" wrappers "github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2" ) func main() { service := micro.NewService( micro.WrapHandler(wrappers.NewHandlerWrapper()), ) service.Init() service.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Resources
micro-go-plugins-wrapper-monitoring-prometheus-v2 — go get micro-go-plugins-wrapper-monitoring-prometheus-v2 · libregistry