All Versions
18
Latest Version
Avg Release Cycle
60 days
Latest Release
835 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
October 08, 2022โ Added
- ๐ Ability to customize time units via
:duration_unit
in plugins #140 - Download Grafana Agent on FreeBSD #156
- ๐ง Ability to configure configure Grafana HTTP client Finch pools #169
- Ability to pass additional params to GrafanaAgent config templates 161
- Ability to run multiple GrafanaAgent instances #157
- ๐ Support for GrafanaAgent 28
๐ Fixed
- Application crashing on startup from being unable to upload dashboards due to folder UID changing #177
- ๐ Ability to customize time units via
-
v1.7.1 Changes
March 02, 2021๐ Fixed
- โ Added missing priv dir to release.
-
v1.7.0 Changes
March 01, 2021โ Added
- โ Added ability to execute arbitrary function on resulting dashboard for user customization.
- The GrafanaClient is now considered part of the public API, and users can interact with Grafana directly. For example, users can publish their own Grafana annotations in addition to the annotations provided by PromEx.
- โ Added the ability to start GrafanaAgent via a port so that metrics can be published via
remote_write
to an other Prometheus instance. For example, if you are using GrafanaCloud, you can use PromEx to push metrics right to GrafanaCloud using the appropriate configuration. This feature is currently only available for Linux and OS X. - ๐ง The
ETSCronFlusher
GenServer can now be configured to flush the ETS buffer at whatever time interval you desire. The default is still every 7.5s.
๐ Fixed
- Broadway metrics prefix.
- Broadway dashboard panel descriptions and titles.
- Fixed the
:default_selected_interval
option in all dashboards. - ๐ Phoenix plugin manual metrics were ignoring the metric prefix option.
๐ Changed
- ๐ Application plugin no longer logs warnings for missing GIT env vars.
- ๐ LifecycleAnnotator no longer logs warnings for missing GIT env vars.
- ๐ All plugin distribution buckets have been redefined. The reason for this being that prior to PromEx 1.7, some of the distribution buckets were a bit wasteful and were not adding value in terms of metrics data points. With this change, users should notice a decline in data point cardinality without compromising resolution.
- ๐ Application plugin has changed how it fetches dependency information. It is now using
Applciation.spec/1
to get the list of applications that are started with your application. This should reduce noise in the Grafana dashboard as all the default OTP and Elixir applications will not show up. - 0๏ธโฃ All Grafana dashboard now have a default panel sort order where the largest timeseries plot is first in the list when hovering over the visuals.
- ๐ท All Grafana dashboards now filter the instance filter based on the selected job filter.
- ๐ The Oban plugin no longer collects metrics related to
:circuit
events as those have been removed from Oban starting with version 2.11 (https://github.com/sorentwo/oban/pull/606). The Oban dashboard will be updated in the next release to remove the unused panels.
-
v1.6.0 Changes
December 22, 2021โ Added
- โก๏ธ Updated BEAM plugin to surface JIT support
- ๐ Broadway metrics plugin
- Broadway Grafana dashboard
๐ Fixed
- ๐ LiveView plugin would detach exception handles when certain errors were encountered
-
v1.5.0 Changes
November 04, 2021โ Added
- ๐ Links to HexDocs from Grafana dashboards
- ๐ Links to GitHub sponsorship from Grafana dashboards
- Endpoint label to channel metrics
- Ecto Grafana dashboard panels for total time metrics
- Phoenix Grafana dashboard panels for socket connections
๐ Fixed
- ๐ PhoenixLiveView plugin error label is now normalized
- ๐ Documentation for Phoenix plugin was cleaned up
-
v1.4.1 Changes
September 06, 2021โ Added
- โ Added a configuration to the dashboard assigns so that the default time interval can be specified by the user as opposed to being hard coded to 30s.
๐ Fixed
- ๐ Fixed Plug.Router plugin to handle requests without conn.private.plug_route info
-
v1.4.0 Changes
September 01, 2021๐ Changed
- ๐ง The Phoenix plugin now requires an
:endpoint
configuration option to be passed to it containing the module for which metrics will be captured.
โ Added
- ๐ Plug.Router plugin and dashboard.
- ๐ PlugCowboy plugin and dashboard.
- ๐ Phoenix plugin now supports multiple routers and multiple endpoints.
- ๐ง Phoenix plugin and dashboards now contains endpoint configuration data.
- โก๏ธ Phoenix plugin now captures socket metrics (dashboard not yet updated though).
- โก๏ธ Ecto plugin captures total_time metrics (dashboard not yet updated though).
- โ Add an optional configuration to dashboard renderer and each plugin so that the
metrics_prefix
can be altered.
๐ Fixed
- Oban dashboard overview stat panels.
- ๐ง The Phoenix plugin now requires an
-
v1.3.0 Changes
July 02, 2021โ Added
- ๐ Absinthe plugin and dashboard.
- Erlang persistent_term metrics to BEAM dashboard.
-
v1.2.2 Changes
June 24, 2021โ Added
- โ Added the ability to disable the entire PromEx supervision tree. Useful for when you are running tests and you don't want telemetry events attached or polling events running.
-
v1.2.1 Changes
June 18, 2021๐ Fixed
- โ Addressed bug when Phoenix metric labels fails to serialize due to
forward
macro plug options list.
- โ Addressed bug when Phoenix metric labels fails to serialize due to