Akka Monitoring Versions Save

Monitoring system instrumentation for Akka.NET actor systems

1.1.0

3 years ago

1.1.0 September 23 2020

  • Upgraded to Akka.NET v1.4.10 (use Akka.Monitoring v1.0.0 if you need Akka.NET v1.3 support)
  • Migrated all packages to .NET Standard 2.0
  • Switched StatsD component to use JustEat.StatsD

Phobos vs. Akka.Monitoring In 2018 Petabridge, the makers of Akka.Monitoring, published a propreitary product for Akka.NET monitoring and tracing called Phobos.

Phobos is much more fully-featured than Akka.Monitoring, as it:

  1. Doesn't require users to decorate their actors with any code - monitoring and tracing happens automatically;
  2. Supports a much larger number of metric systems and types out of the box;
  3. Includes traceability with actors, including over the network with Akka.Remote, and other parts of your system such as ASP.NET Core; and
  4. Comes with 1 business day SLA support for Phobos and installing it into your Akka.NET applications.

That said, a Phobos license costs your company $4,000 per year.

It's the belief of Petabridge that there should be a low-cost alternative to that in order to make Akka.NET accessible to students, startups, DIY developers, and anyone who doesn't want to pay for that license. That's what Akka.Monitoring is - a simple, straightforward alternative that is free and open source. We will continue to support Akka.Monitoring and respond to end-user requests, but you should expect the majority of our development efforts to go into Phobos.

Please open an issue or contact Petabridge if you have any questions.

Changes:

  • 6279e72e447cfaf5f3da9255c77810fd046290fe Merge pull request #60 from petabridge/dev [ #58 ]
  • 3972d31694c0e7091bfd3d192301492ef3819c7a Merge pull request #59 from Aaronontheweb/dev
  • 8b5c658b305c55be915dee3b5ae905d14c409771 added v1.1.0 release notes (#58)
  • cd27fe75fe59bd17abf9ad43172053736723cb77 Bump Akka from 1.3.13 to 1.4.10 (#50)
  • 268e8f38dbca3f6c21ce7a42d346f888f57c8fb2 Merge pull request #57 from petabridge/dev
  • 725dc51cf1aa71f08655b2d7120f6bf45f09da6b Merge pull request #38 from petabridge/dev
  • a4f5754080839c426928730e8c550cc2d75926a1 Merge pull request #29 from petabridge/dev
  • a8ee2d8d7da967fb8efbcb2b65429e13930f2112 Merge pull request #27 from Aaronontheweb/dev

This list of changes was auto generated.

1.0.1

3 years ago

1.0.1 September 23 2020

  • Upgraded to Akka.NET v1.3.18
  • Migrated all packages to .NET Standard 2.0
  • Switched StatsD component to use JustEat.StatsD

Phobos vs. Akka.Monitoring In 2018 Petabridge, the makers of Akka.Monitoring, published a propreitary product for Akka.NET monitoring and tracing called Phobos.

Phobos is much more fully-featured than Akka.Monitoring, as it:

  1. Doesn't require users to decorate their actors with any code - monitoring and tracing happens automatically;
  2. Supports a much larger number of metric systems and types out of the box;
  3. Includes traceability with actors, including over the network with Akka.Remote, and other parts of your system such as ASP.NET Core; and
  4. Comes with 1 business day SLA support for Phobos and installing it into your Akka.NET applications.

That said, a Phobos license costs your company $4,000 per year.

It's the belief of Petabridge that there should be a low-cost alternative to that in order to make Akka.NET accessible to students, startups, DIY developers, and anyone who doesn't want to pay for that license. That's what Akka.Monitoring is - a simple, straightforward alternative that is free and open source. We will continue to support Akka.Monitoring and respond to end-user requests, but you should expect the majority of our development efforts to go into Phobos.

Please open an issue or contact Petabridge if you have any questions.

v0.7.0

6 years ago

0.7.0 September 13 2017