[1.10.0] - 2024-08-10
Added
- Option to not detach polling metrics MFA calls when they encounter an error (see #236 for am example).
- Support for Peep as a metrics storage engine #240 & #241. Read the PromEx module docs for how this works as the implementation changed after this merge.
- Configuration for dashboard title #226.
Fixed
- Pool size and timeout duration panels in Ecto dashboard #223.
- MFA invocation for GrafanaAgent configuration file creation.
Changed
- Dropped support for old versions of Grafana Agent and now the only available version is the 0.42.0 release of Grafana Agent. Eventually PromEx will migrate to Grafana Alloy as that is the successor for Grafana agent.
- Updated package requirements as providing support for older versions of libraries is becoming difficult.
- Removed deprecated
Logger.warncalls #207. - The Phoenix plugin now leans on the
[:phoenix, :endpoint, :init]telemetry event forEndpointmetrics as opposed to polling c358232.