All Versions
18
Latest Version
Avg Release Cycle
60 days
Latest Release
166 days ago
Changelog History
Page 2
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 tomix prom_ex.gen_config
to align to ecosystem tooling - The
mix prom_ex.export_dashboard
mix task has been renamed tomix prom_ex.dashboard.export
- The
mix prom_ex.publish
mix task has been renamed tomix prom_ex.dashboard.publish
- ๐ The
mix prom_ex.lint
mix task has been renamed tomix 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