Releases: akoutmos/prom_ex
Releases · akoutmos/prom_ex
1.3.0
1.2.0
Fixed
- GrafanaClient module error case statement. Relaxed the pattern matching so that unaccounted
for responses from Grafana don't crash the GenServer.
Added
- Added the
additional_routes
option to the Phoenix plugin so that routes not defined in
the router module can still be labeled correctly.
1.1.1
Fixed
- Phoenix plugin encountered an error when the response body was empty.
- Fix for multiple applications attempting to use the same Grafana folder
- Documentation fixes and grafana dashboard typos
Changed
- Switch back to a released version of
telemetry_metrics_prometheus_core
now that a new
release have been cut to include necessary functionality for PromEx.
1.1.0
Added
- Added ETSCronFlusher GenServer to supervision tree to flush distribution metrics from ETS
to address ETS memory leak when metrics are not scraped at a regular interval. - Added ability to authenticate with Grafana via Basic auth (username and password).
Fixed
- Fixed a bug in the polling metrics period interval configuration.
- Fixed typespec for dashboard definitions.
- Fixed dashboard assigns when exporting an existing dashboard.
0.1.2-alpha
Version bump