prometheus/retrieval/discovery/kubernetes
Tom Wilkie 4520e12440 Add HTTP Basic Auth & TLS support to the generic write path. (#1957)
* Add config, HTTP Basic Auth and TLS support to the generic write path.

- Move generic write path configuration to the config file
- Factor out config.TLSConfig -> tlf.Config translation
- Support TLSConfig for generic remote storage
- Rename Run to Start, and make it non-blocking.
- Dedupe code in httputil for TLS config.
- Make remote queue metrics global.
2016-09-19 22:47:51 +02:00
..
discovery.go Add HTTP Basic Auth & TLS support to the generic write path. (#1957) 2016-09-19 22:47:51 +02:00
discovery_test.go Simplify struct initialization 2016-09-14 23:13:27 -04:00
node.go retrieval: correctly handle IPv6 addresses 2016-09-06 15:06:49 +02:00
pod.go Kubernetes SD: Add node name and host IP to pod discovery 2016-07-20 12:00:54 +01:00
service.go retrieval: correctly handle IPv6 addresses 2016-09-06 15:06:49 +02:00
types.go Kubernetes SD: Add node name and host IP to pod discovery 2016-07-20 12:00:54 +01:00