All Versions
18
Latest Version
Avg Release Cycle
60 days
Latest Release
537 days ago

Changelog History
Page 2

  • v1.2.0 Changes

    June 15, 2021

    ๐Ÿ›  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.
  • v1.1.1 Changes

    May 27, 2021

    ๐Ÿ›  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.
  • v1.1.0 Changes

    April 28, 2021

    โž• 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.
  • v1.0.1 Changes

    March 14, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Updated documentation

    ๐Ÿ›  Fixed

    • ๐Ÿ”Œ Issue with Oban plugins that also have options
  • v1.0.0 Changes

    February 19, 2021
    • ๐Ÿš€ First stable release. Public facing API is now considered stable
  • v0.1.15-beta Changes

    February 12, 2021

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated mix gen config task to comment out plugins that require dependencies
    • ๐Ÿ“š Updated documentation

    โž• Added

    • Screenshots of all dashboards
    • โœ… Tests for mix gen config task

    ๐Ÿ”„ Changed

    • ๐Ÿ“š Updated documentation
  • v0.1.14-beta Changes

    February 09, 2021

    โž• Added

    • ๐Ÿ”Œ LiveView metrics plugin and dashboard

    ๐Ÿ”„ Changed

    • The mix prom_ex.create mix task has been renamed to mix prom_ex.gen_config to align to ecosystem tooling
    • The mix prom_ex.export_dashboard mix task has been renamed to mix prom_ex.dashboard.export
    • The mix prom_ex.publish mix task has been renamed to mix prom_ex.dashboard.publish
    • ๐Ÿ‘• The mix prom_ex.lint mix task has been renamed to mix prom_ex.dashboard.lint
    • ๐Ÿ›  Fixed dialyzer supervisor error
    • โž• Added error messaging when attempting to publish dashboards to Grafana but Grafana configuration is disabled
  • v0.1.13-beta Changes

    February 04, 2021

    โž• Added

    • Mix Task to export rendered Grafana dashboards to file or STDOUT
    • โž• Added Oban PromEx plugin
    • โž• Added Oban Grafana dashboard
    • ๐ŸŒฒ Error logging to Grafana dashboard uploader and life-cycle annotator

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Phoenix Grafana dashboard errors