Releases: tedpearson/ForecastMetrics
v4.1.0
Remove functionality to proxy prometheus queries. Replaced by using datasource variables in Grafana.
Full Changelog: v4.0.7...v4.1.0
v4.0.7
Fix bug
Full Changelog: v4.0.6...v4.0.7
v4.0.5
add synthetic accumulated_precip metric
proxy if location name matches
Full Changelog: v4.0.4...v4.0.5
v4.0.4
- Don't handle most prometheus endpoints, but don't 404
- Use
location
andsave
tags, stop usage oflocationAdhoc
andlocationTxt
Full Changelog: v4.0.3...v4.0.4
v4.0.3
Fix astronomy metrics in ad-hoc forecasts
Full Changelog: v4.0.2...v4.0.3
v4.0.2
Fix bug converting astronomy events to prometheus response
Full Changelog: v4.0.1...v4.0.2
v4.0.1
Separate locations from main config file, so they can be updated separately
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Major Release: Ad-hoc forecasts!
ForecastMetrics is now a long-running process that schedules its own updates rather than needing to be run on a timer or cron. It now runs a web server where it supports a very specific type of prometheus range query like forecast_temperature{source="nws",locationAdhoc="WashingtonMonument"}
. It will proxy requests that are already being regularly updated to an existing VictoriaMetrics server.
Full Changelog: v3.2.3...v4.0.0
v3.2.3
First version that should work as a library (changed module path to /v3)
Full Changelog: v3.2.2...v3.2.3
v3.2.2
Testing out github releases, no changes since v3.2.1
Full Changelog: v3.2.1...v3.2.2