Skip to content

Releases: fiadliel/prometheus_client_scala

v0.8.4

04 Jan 12:02
Compare
Choose a tag to compare

Bugfix: Fix regex in automatic detection of Play routes.

If there are multiple variables bound in a Play path, the part of the path between those variables would be captured by a greedy regex.

v0.8.3: Merge pull request #19 from fiadliel/escape_chars_in_text

21 Dec 16:21
Compare
Choose a tag to compare

Bugfix
Properly encode backslashes, linefeeds and double quotes in text output.

v0.8.2: Merge pull request #18 from fiadliel/PlayRouteParsingIssue

21 Dec 16:20
Compare
Choose a tag to compare

Bugfix
Play filter no longer truncates path after first argument

v0.4.0

23 Oct 23:10
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • First version with Protocol Buffer format support
  • Some API changes / refactoring
  • Compile against Scala 2.12.0-RC2

Metric/label name validation

16 Oct 23:37
Compare
Choose a tag to compare
Pre-release
  • Adds metric and label string interpolators to validate names
  • register changed to unsafeRegister, will throw if the same collector is registered again
  • some APIs made private

API cleanup, remove default registry

15 Oct 22:58
Compare
Choose a tag to compare
Pre-release
  • API Cleanup
  • No default implicit registry - it must be created by the user. This is better as importing a class doesn't cause arbitrary side effects.
  • Add garbage collector stats to JMX collector

Initial release

14 Oct 15:49
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First version of the client published to Maven central.

Functionality is fairly complete, but API is still expected to change a bit (mostly naming/organization).