Releases: syncromatics/Akka.Monitoring.Prometheus
Releases · syncromatics/Akka.Monitoring.Prometheus
Update upstream dependencies
Incorporates Akka.Monitoring
1.1.0 and prometheus-net
4.0.0
Thanks @nicolastakashi!
Update prometheus-net to fix casing bug
(+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
2.0.0 (+semver: fix) Fixed typo in "system" label
Fixed typo in "system" label
2.0.0-alpha.2 (+semver: fix) Fixed typo in "system" label
Prometheus-ified the monitoring implementation
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
1.0.2 (+semver: fix) Fixed it again.
Initial release
1.0.0 (+semver: major) Initial implementation