Handle Prometheus requests.
Definition at line 815 of file __init__.py.
◆ __init__()
| None homeassistant.components.prometheus.PrometheusView.__init__ |
( |
|
self, |
|
|
bool |
requires_auth |
|
) |
| |
Initialize Prometheus view.
Definition at line 821 of file __init__.py.
◆ get()
| web.Response homeassistant.components.prometheus.PrometheusView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Handle request for Prometheus metrics.
Definition at line 825 of file __init__.py.
◆ name
| homeassistant.components.prometheus.PrometheusView.name |
|
static |
◆ requires_auth
| homeassistant.components.prometheus.PrometheusView.requires_auth |
◆ url
| homeassistant.components.prometheus.PrometheusView.url |
|
static |
The documentation for this class was generated from the following file: