Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@akoutmos akoutmos released this 10 Aug 05:35
· 10 commits to master since this release

[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.warn calls #207.
  • The Phoenix plugin now leans on the [:phoenix, :endpoint, :init] telemetry event for Endpoint metrics as
    opposed to polling c358232.