Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with details about Prometheus endpoint #6937

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions addon-resizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Usage of pod_nanny:
--storage="MISSING": The base storage resource requirement.
--threshold=0: A number between 0-100. The dependent's resources are rewritten when they deviate from expected by more than threshold.
--use-metrics=false: Whether to use apiserver metrics to detect cluster size instead of the default method of listing resources from the Kubernetes API.
--expose-metrics=true: Whether to expose Prometheus metrics about addon-resizer on the port specified by the address flag.
--address=8945: If expose-metrics is true, this is the port where we expose Prometheus metrics.
```

Estimators:
Expand Down Expand Up @@ -103,6 +105,7 @@ spec:
- --extra-memory=10Mi
- --threshold=5
- --deployment=nanny-v1
- --expose-metrics=true
volumes:
- name: nanny-config-volume
configMap:
Expand Down