billykwooten / openweather-exporter

Prometheus exporter utilizing Openweather API (https://openweathermap.org/api) to gather weather metrics.
Apache License 2.0
57 stars 23 forks source link

Feature Request: 'Forecast' option from Openweather API #26

Closed Kybeer closed 1 year ago

Kybeer commented 2 years ago

Hi, is the exporter grabbing "Weather" (current/historical) or "Forecast" (days ahead) from the Openweather API?

I don't get any forecast data into my Prometheus (historical works fine). I cannot find and options for it in the Container section.

billykwooten commented 2 years ago

Hey @Kybeer, this exporter pulls current data right now.

Currently there is no forecast functions or channel objects for forecast. If that's a feature request we can set this as a feature request, however, i'm not sure when I will be able to get to it.

Kybeer commented 2 years ago

Hi @billykwooten

Yes it would be really nice. I renamed this for 'Feature Request'

billykwooten commented 1 year ago

Currently not looking to add this in myself as I don't see the use for Prometheus. At least not for my usecase, however, I will look over a PR if anyone wants to add it in.