Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 421 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 421 Bytes

hparecord

Record hpa's metrics values to prometheus

Usage

build

make docker-build
make docker-psuh

install

make deploy

if you don't have prometheus-operator, just add this job to your prometheus to scrape metrics

      - job_name: hpa
        scrape_interval: 30s
        scrape_timeout: 15s
        static_configs:
          - targets:
            - hparecord:80