Registry / networking / prometheus-community-prom-label-proxy

prometheus-community-prom-label-proxy

JSON →
library0.13.0gogounverified

A reverse proxy that enforces label-based access control for Prometheus HTTP API requests.

go get github.com/prometheus-community/prom-label-proxy
INSTALL
IMPORT
SIG · PROMETHEUS-COMMUNI
P
prometheus-community-prom-label-proxy
networkinggov0.13.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.

promlabelproxy
github.com/prometheus-community/prom-label-proxy

Starts a label-enforcing proxy on port 8080.

package main import ( "net/http" "github.com/prometheus-community/prom-label-proxy" ) func main() { http.Handle("/", promlabelproxy.Handler("namespace", nil)) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
2
Resources
prometheus-community-prom-label-proxy — go get prometheus-community-prom-label-proxy · libregistry