Skip to content

fedotarte/kafka_web_service_lag_metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#kafka consumer offset and lag exporter

  • at first clone the project

git clone https://github.com/fedotarte/kafka_web_service_lag_metrics.git

  • then create venv

python3 -m venv env

  • then activate venv

source /venv/bin/activate

so now you see (venv) at the left of terminal window type this

pip install -r requirements

then run the project

python app.py

and check the response by

localhost:5000/metrics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages