prometheus-client
Package — Cloud/DevOpsPython 3.7+Advanced
Instrument Python apps with Prometheus metrics
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install prometheus-client
Learn by Difficulty
Quick Example
python
# Install: pip install prometheus-client import prometheus_client # Basic prometheus-client usage print(f"Using prometheus-client") # See documentation for detailed examples
prometheus-client is a third-party package. Instrument Python apps with Prometheus metrics. Install with: pip install prometheus-client
Try in PlaygroundTags
packageclouddevopsinfrastructure