Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: stijndehaes/play-prometheus-filters

Releasing 0.5.0

23 Feb 19:18
428c044
Compare
Choose a tag to compare

This releases includes: #18

0.4.0

06 Jun 13:15
Compare
Choose a tag to compare
Releasing 0.4.0

0.4.0-rc1

18 Apr 20:13
Compare
Choose a tag to compare
0.4.0-rc1 Pre-release
Pre-release

Added new filters

  • StatusAndRouteCounterFilter
  • StatusAndRouteLatencyAndCounterFilter

and updated dependencies

0.3.2

12 Oct 18:51
Compare
Choose a tag to compare

Bugfix #9

0.2.2

12 Oct 18:51
Compare
Choose a tag to compare

Bugfix #9

0.3.1

13 Aug 11:03
Compare
Choose a tag to compare

Merged in 0.2.1 with bugfix for #2

0.2.1

13 Aug 11:00
Compare
Choose a tag to compare

Fix for #2. Added CollectorRegistry.defaultRegistry.clear() to the module.

0.3.0

21 Jul 12:25
Compare
Choose a tag to compare

Move to play 2.6

0.2.0

03 Jul 05:38
Compare
Choose a tag to compare

Backwards incompatible change:

RouteActionMethodLatencyFilter not supported anymore. Use StatusAndRouteLatencyFilter Or RouteLatencyFilter instead

bugfix for:
#1

0.1.0

25 Jun 12:51
Compare
Choose a tag to compare

First release with three filters:

  • Request counter
  • Latency filter
  • Route Action Method Latency Filter

And a controller: PrometheusController