claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
174 stars 21 forks source link

platform collector - report details on python #83

Open ritzk opened 2 years ago

ritzk commented 2 years ago

prints python information

$ curl http://localhost:8000/metrics

# HELP python_info Python platform information
# TYPE python_info gauge
python_info{implementation="cpython",major="3",minor="10",patchlevel="5",system="linux",version="3.10.5 (main, Jun  9 2022, 00:00:00) [GCC 12.1.1 20220507 (Red Hat 12.1.1-1)]"} 1