Skip to content

Simple proxy to filter the list of metrics served by a prometheus endpoint

License

Notifications You must be signed in to change notification settings

asmith030/prom-filter-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom-filter-proxy

Simple proxy to filter the list of metrics served by a prometheus endpoint

Usage

Usage of prom-filter-proxy:
  -endpoint string
    	Address of the metrics endpoint to proxy (default "http://localhost/metrics")
  -filter string
    	File containing a whitelist of metrics to filter on, one per line (default "filter.txt")
  -listenPort int
    	TCP port that we should listen on (default 8080)
  -path string
    	Path on which to server filtered metrics (default "/metrics")

About

Simple proxy to filter the list of metrics served by a prometheus endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages