New Phobos Release: v0.6.0 - Jaeger, Application Insights, and Akka.Cluster Sharding Support
Phobos Adds More Integrations to its Repertoire
We released Phobos, our enterprise DevOps suite for Akka.NET only just last month and we’ve already had major Akka.NET users put it through its paces in development and production environments. Based on our users’ feedback and suggestions, we’ve developed Phobos v0.6.0 and made it available for immediate release to all of our evaluation and production users.
If you missed our Phobos announcement here’s the gist of what Phobos does for Akka.NET users:
Phobos instrurments, monitors, and traces all activity from actors inside large Akka.NET applications and exports it to common, off-the-shelf monitoring tools used by .NET enterprises; it works over Akka.Remote and Akka.Cluster; and it can do all of this without any explicit instrumentation code at all. Phobos can be entirely driven through configuration and works automatically behind the scenes.
If you’d like more background information about Phobos, we highly recommend that you visit the Phobos homepage.
Here’s what’s in the newest version of Phobos:
Expanded Tracing and Monitoring Integrations
The biggest addition to Phobos in v0.6.0 is the expanded set of Phobos drivers for working with various monitoring and tracing systems. Here’s what is included in Phobos v0.6.0:
- Tracing: Jaeger - we’ve added first party support for the popular open source Jaeger tracing engine, which is now available via the
Phobos.Tracing.Jaeger
NuGet package. - Tracing: Microsoft Application Insights - we’ve added OpenTracing-compatible tracing support for Microsoft Azure’s managed Application Insights service via the
Phobos.Tracing.ApplicationInsights
package. - Monitoring: Microsoft Application Insights - in addition to adding tracing support for Application Insights, we’ve also added corresponding monitoring support via the
Phobos.Monitoring.ApplicationInsights
NuGet package.
If you’re already using the Microsoft Azure platform, we think you’ll find Phobos’ Application Insights integration...