Skip to content

roboll/etcd-metrics-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcd-metrics-proxy CircleCI

Docker Repository on Quay

Proxy metrics from secured etcd over http. This keeps credentials locally scoped to etcd, and exposes only the metrics path for scraping from prometheus without having to give it client certs to access etcd.

  -etcd-ca string
       	The CA file for etcd tls.
  -etcd-cert string
       	The cert file for etcd tls.
  -etcd-key string
       	The key file for etcd tls.
  -port int
       	Port to bind to. (default 2381)
  -upstream-host string
       	The upstream etcd host. (default "localhost")
  -upstream-port int
       	The upstream etcd port. (default 2379)
  -upstream-server-name string
       	The upstream tls server name. (default "localhost")

About

Proxy metrics from secure etcd over http.

Resources

Stars

Watchers

Forks

Packages

No packages published