This Python script simulates system metrics and exposes them using a Prometheus exporter.
- Python 3.9+
- prometheus_client library
- Clone this repository
- Install dependencies:
pip install prometheus_client
- Run the script:
python simple-exporter.py
- The metrics will be available at http://localhost:8000/metrics.