File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed
Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- - Plug.Router plugin and dashboard
10+ ## [ 1.4.0] - 2021-09-01
11+
12+ ### Changed
13+
14+ - The Phoenix plugin now requires an ` :endpoint ` configuration option to be passed to it containing the module
15+ for which metrics will be captured.
16+
17+ ### Added
18+
19+ - Plug.Router plugin and dashboard.
20+ - PlugCowboy plugin and dashboard.
21+ - Phoenix plugin now supports multiple routers and multiple endpoints.
22+ - Phoenix plugin and dashboards now contains endpoint configuration data.
23+ - Phoenix plugin now captures socket metrics (dashboard not yet updated though).
24+ - Ecto plugin captures total_time metrics (dashboard not yet updated though).
25+ - Add an optional configuration to dashboard renderer and each plugin so that the ` metrics_prefix ` can be altered.
26+
27+ ### Fixed
28+
29+ - Oban dashboard overview stat panels.
1130
1231## [ 1.3.0] - 2021-07-02
1332
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ dependencies in `mix.exs`:
5454``` elixir
5555def deps do
5656 [
57- {:prom_ex , " ~> 1.3 .0" }
57+ {:prom_ex , " ~> 1.4 .0" }
5858 ]
5959end
6060```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule PromEx.MixProject do
44 def project do
55 [
66 app: :prom_ex ,
7- version: "1.3 .0" ,
7+ version: "1.4 .0" ,
88 elixir: "~> 1.10" ,
99 name: "PromEx" ,
1010 source_url: "https://github.com/akoutmos/prom_ex" ,
You can’t perform that action at this time.
0 commit comments