prometheus-client — Easy Playground
Prometheus metrics instrumentation
Getting started with prometheus-clientRun locally
Install
pip install prometheus-clientPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: prometheus_client)
prometheus-client is a third-party package. Prometheus metrics instrumentation. Install with: pip install prometheus-client
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?