instrument k8s-prometheus-adapter to expose prometheus metrics

fixes #218
This commit is contained in:
pdbogen 2019-07-19 16:12:29 -07:00
parent 28a807aa9f
commit cbba53e16b
11 changed files with 308 additions and 14 deletions

View file

@ -58,6 +58,10 @@ adapter talks to Prometheus and the main Kubernetes cluster:
metrics in the custom metrics API. More information about this file can be found in
[docs/config.md](docs/config.md).
- `--metrics-port=N`: This changes the port on which k8s-prometheus-adapter exposes
metrics about its own operations. The default is port `9593`. Metrics are exposed
on this port at `/metrics`.
Presentation
------------