docs
docs copied to clipboard
Prometheus documentation: content and static site generator
Hi there, i took me some time to create a prometheus-docker-container with a named volume, because its not clearly documented. On https://prometheus.io/docs/prometheus/latest/installation/ there is written: [...] "For production deployments it...
… arrays in order to reference the links to the new exporters.
An [implementation](https://github.com/berezhinskiy/ecoflow_exporter) of a Prometheus exporter for [EcoFlow](https://www.ecoflow.com/) portable power stations. Output example: ``` # HELP ecoflow_online 1 if device is online # TYPE ecoflow_online gauge ecoflow_online{device="R331ZCB4ZEB30614"} 1.0 # HELP...
The [remote read API docs](https://prometheus.io/docs/prometheus/latest/querying/remote_read_api/) contain a bunch of what look like inline comments or review comments. I'm not sure what should be in the page but it's fairly sparse...
Signed-off-by: PoorlyDefinedBehaviour
A multi provider weather exporter written in Rust (https://github.com/lstrojny/prometheus-weathermen) ### Example output: ``` # HELP weather_temperature_celsius prometheus-weathermen temperature. # TYPE weather_temperature_celsius gauge # UNIT weather_temperature_celsius celsius weather_temperature_celsius{version="0.3.0",source="de.dwd",location="Home",city="München-Stadt",latitude="…",longitude="…"} 8.399999618530274 weather_temperature_celsius{version="0.3.0",source="org.openweathermap",location="Home",city="Altstadt",latitude="…",longitude="…"} 7.1199951171875...
An exporter for [Homebridge](https://homebridge.io/) accessories. ### Example output ``` # TYPE homebridge_valve_type gauge homebridge_valve_type{bridge="Miele Wäsche Bridge E8C3",device_id="00:B3:F1:A2:76:78",manufacturer="Miele",model="WMR863",name="Washing machine",serial_number="000148086751",firmware_revision="02.72"} 3 1673964161494 homebridge_valve_type{bridge="Miele Wäsche Bridge E8C3",device_id="00:B3:F1:A2:76:78",manufacturer="Miele",model="TMM843WP",name="Tumble dryer",serial_number="000139813383",firmware_revision="02.72"} 3 1673964161494 # TYPE homebridge_valve_status_fault...
Add https://github.com/justwatchcom/sql_exporter as sql exporter Signed-off-by: Simon Frey
…anymore Signed-off-by: Ehsan Poursaeed
Hello :wave: Just thought of adding LibreTranslate to the list, which currently can export Prometheus metrics from a `/metrics` endpoint: ``` # HELP libretranslate_http_requests_in_flight Multiprocess metric # TYPE libretranslate_http_requests_in_flight gauge...