Skip to content

Releases: syncromatics/Akka.Monitoring.Prometheus

Update upstream dependencies

Choose a tag to compare

@thzinc thzinc released this 29 Oct 19:09
f4cfe5e

Incorporates Akka.Monitoring 1.1.0 and prometheus-net 4.0.0

Thanks @nicolastakashi!

Update prometheus-net to fix casing bug

Choose a tag to compare

@annymsMthd annymsMthd released this 14 May 21:38
00f97d7
(+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

Choose a tag to compare

@thzinc thzinc released this 27 Jun 17:22
2.0.0

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

Fixed typo in "system" label

Pre-release

Choose a tag to compare

@thzinc thzinc released this 27 Jun 04:38
2.0.0-alpha.2

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

Prometheus-ified the monitoring implementation

Choose a tag to compare

@thzinc thzinc released this 27 Jun 04:31

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

Choose a tag to compare

@thzinc thzinc released this 27 Jun 00:12
1.0.2

(+semver: fix) Fixed it again.

Initial release

Choose a tag to compare

@thzinc thzinc released this 27 Jun 00:02
1.0.0

(+semver: major) Initial implementation