Skip to content

Commit

Permalink
Merge pull request #109 from flipkart-incubator/deefreak-patch-2
Browse files Browse the repository at this point in the history
Update INSTALLATION.md
  • Loading branch information
bharathguvvala authored Jan 19, 2024
2 parents 9f3bf65 + a6741cf commit cd07c5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ Ottoscalr can be installed in any kubernetes cluster which meets the prerequisit
- Kubernetes cluster (1.24+)
- kube state metrics (2.8+)
- Promql compliant metrics source (with historical workload utilization metrics)
- Kube Prometheus (0.11+)

## Prometheus metrics required

For ottoscalr to scrap cpu utilization data, cpu redline breach data and pod ready time data, certain metrics should be present in your Promql complaint metrics source. Go through all the [metrics required](https://github.com/flipkart-incubator/ottoscalr/wiki/Metric-Sources#metrics-required) list. These metrics are required for ottoscalr to function.

Based on the above metrics, these are the [promql queries](https://github.com/flipkart-incubator/ottoscalr/wiki/Metric-Sources#promql-queries) that scrap cpu utilization data, cpu redline breach data and pod ready time data for a particular deployment. Do execute them in your Promql complaint metrics source to make sure that these queries provide the expected values.

## Building the image

Expand Down

0 comments on commit cd07c5d

Please sign in to comment.