PrometheusResource¶
PrometheusResource
¶
Prometheus metrics export for PiKVM.
Source code in src/aiopikvm/resources/prometheus.py
get_metrics()
async
¶
Get Prometheus metrics in text exposition format.
Returns:
| Type | Description |
|---|---|
str
|
Prometheus metrics as plain text. |