Releases: fiadliel/prometheus_client_scala
Releases · fiadliel/prometheus_client_scala
v0.8.4
v0.8.3: Merge pull request #19 from fiadliel/escape_chars_in_text
Bugfix
Properly encode backslashes, linefeeds and double quotes in text output.
v0.8.2: Merge pull request #18 from fiadliel/PlayRouteParsingIssue
Bugfix
Play filter no longer truncates path after first argument
v0.4.0
Metric/label name validation
- Adds
metric
andlabel
string interpolators to validate names register
changed tounsafeRegister
, will throw if the same collector is registered again- some APIs made private
API cleanup, remove default registry
- 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
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).