mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
instrument k8s-prometheus-adapter to expose prometheus metrics
fixes #218
This commit is contained in:
parent
28a807aa9f
commit
cbba53e16b
11 changed files with 308 additions and 14 deletions
|
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue