Feed data to Graphite.
Definition at line 77 of file __init__.py.
◆ __init__()
| def homeassistant.components.graphite.GraphiteFeeder.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
host, |
|
|
|
port, |
|
|
|
protocol, |
|
|
|
prefix |
|
) |
| |
Initialize the feeder.
Definition at line 80 of file __init__.py.
◆ _report_attributes()
| def homeassistant.components.graphite.GraphiteFeeder._report_attributes |
( |
|
self, |
|
|
|
entity_id, |
|
|
|
new_state |
|
) |
| |
|
private |
◆ _send_to_graphite()
| def homeassistant.components.graphite.GraphiteFeeder._send_to_graphite |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ event_listener()
| def homeassistant.components.graphite.GraphiteFeeder.event_listener |
( |
|
self, |
|
|
|
event |
|
) |
| |
Queue an event for processing.
Definition at line 113 of file __init__.py.
◆ run()
| def homeassistant.components.graphite.GraphiteFeeder.run |
( |
|
self | ) |
|
Run the process to export the data.
Definition at line 155 of file __init__.py.
◆ shutdown()
| def homeassistant.components.graphite.GraphiteFeeder.shutdown |
( |
|
self, |
|
|
|
event |
|
) |
| |
Signal shutdown of processing event.
Definition at line 105 of file __init__.py.
◆ start_listen()
| def homeassistant.components.graphite.GraphiteFeeder.start_listen |
( |
|
self, |
|
|
|
event |
|
) |
| |
Start event-processing thread.
Definition at line 96 of file __init__.py.
◆ _hass
| homeassistant.components.graphite.GraphiteFeeder._hass |
|
private |
◆ _host
| homeassistant.components.graphite.GraphiteFeeder._host |
|
private |
◆ _port
| homeassistant.components.graphite.GraphiteFeeder._port |
|
private |
◆ _prefix
| homeassistant.components.graphite.GraphiteFeeder._prefix |
|
private |
◆ _protocol
| homeassistant.components.graphite.GraphiteFeeder._protocol |
|
private |
◆ _queue
| homeassistant.components.graphite.GraphiteFeeder._queue |
|
private |
◆ _quit_object
| homeassistant.components.graphite.GraphiteFeeder._quit_object |
|
private |
◆ _unsub_state_changed
| homeassistant.components.graphite.GraphiteFeeder._unsub_state_changed |
|
private |
The documentation for this class was generated from the following file: