Skip to content

Releases: syncromatics/Akka.Monitoring.Prometheus

Update upstream dependencies

29 Oct 19:09
f4cfe5e
Compare
Choose a tag to compare

Incorporates Akka.Monitoring 1.1.0 and prometheus-net 4.0.0

Thanks @nicolastakashi!

Update prometheus-net to fix casing bug

14 May 21:38
00f97d7
Compare
Choose a tag to compare
(+semver: patch) upgrade prometheus-net to 3.1.2 (#2)

Signed-off-by: Joshua Benjamin <joshuabnjmn@gmail.com>

General support for Prometheus metrics with labels

27 Jun 17:22
Compare
Choose a tag to compare
2.0.0

(+semver: fix) Fixed typo in "system" label

Fixed typo in "system" label

27 Jun 04:38
Compare
Choose a tag to compare
Pre-release
2.0.0-alpha.2

(+semver: fix) Fixed typo in "system" label

Prometheus-ified the monitoring implementation

27 Jun 04:31
Compare
Choose a tag to compare

Now creates labels on metrics and ignores Akka.Monitoring's rollup behavior. (i.e., only metrics that have been passed through CounterNames.ActorSpecificCategory() will be collected.)

Fixed build script again

27 Jun 00:12
Compare
Choose a tag to compare
1.0.2

(+semver: fix) Fixed it again.

Initial release

27 Jun 00:02
Compare
Choose a tag to compare
1.0.0

(+semver: major) Initial implementation