Adding functionality
Now: prometheus metrics ready, commands implemented
This commit is contained in:
BIN
src/static/favicon.png
Normal file
BIN
src/static/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
9
src/static/prometheus-template.txt
Normal file
9
src/static/prometheus-template.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# TYPE wallas_heater_target gauge
|
||||
wallas_heater_target {target}
|
||||
# TYPE wallas_heater_temperature gauge
|
||||
wallas_heater_temperature {temperature}
|
||||
# TYPE wallas_heater_command gauge
|
||||
wallas_heater_command {command}
|
||||
# TYPE wallas_heater_state gauge
|
||||
wallas_heter_state {state}
|
||||
|
||||
Reference in New Issue
Block a user