-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# Prometheus Weathermen | ||
# Prometheus Weathermen [![Build Pipeline](https://github.com/lstrojny/prometheus-weathermen/actions/workflows/build.yml/badge.svg)](https://github.com/lstrojny/prometheus-weathermen/actions/workflows/build.yml) | ||
|
||
> You don't need a weatherman to know which way the wind blows — Bob Dylan, Subterranean Homesick Blues | ||
<font size=4><blockquote><em>“You don't need a weatherman to know which way the wind blows”</em><br> — Bob Dylan, Subterranean Homesick Blues</blockquote></font> | ||
|
||
A prometheus exporter endpoint for weather data or my excuse to do some Rust for real. | ||
|
||
|
||
### What it does | ||
|
||
Provides a Prometheus metrics endpoint on `<host>:36333/metrics` and serves the following metrics for configured | ||
Provides a Prometheus metrics endpoint on `<host>:36333/metrics` and serves the following metrics for configured | ||
location from each configured provider: | ||
* `weather_temperature_celsius` | ||
* `weather_relative_humidity` (not yet implemented) | ||
|
||
- `weather_temperature_celsius` | ||
- `weather_relative_humidity` (not yet implemented) | ||
|
||
### Configuration | ||
|
||
Check [weathermen.toml.dist](weathermen.toml.dist) for configuration options. |