Skip to content

Commit cca28f7

Browse files
authored
Merge pull request #1651 from freedomchurl/readme-metric-update
docs: add histogram metric README.md
2 parents 38b1f5c + bda785f commit cca28f7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1029,10 +1029,12 @@ To get best results from HA mode some additional configurations might require:
10291029

10301030
## Metrics
10311031

1032-
| name | type | description |
1033-
|-------|-------|----------------|
1034-
| build_info | gauge | constant 1 |
1035-
| pods_evicted | CounterVec | total number of pods evicted |
1032+
| name | type | description |
1033+
|---------------------------------------|--------------|-----------------------------------------------------------------------------------|
1034+
| build_info | gauge | constant 1 |
1035+
| pods_evicted | CounterVec | total number of pods evicted |
1036+
| descheduler_loop_duration_seconds | HistogramVec | time taken to complete a whole descheduling cycle (support _bucket, _sum, _count) |
1037+
| descheduler_strategy_duration_seconds | HistogramVec | time taken to complete each stragtegy of descheduling operation (support _bucket, _sum, _count) |
10361038

10371039
The metrics are served through https://localhost:10258/metrics by default.
10381040
The address and port can be changed by setting `--binding-address` and `--secure-port` flags.

0 commit comments

Comments
 (0)