NuGet Keys
After requesting a free 90-day evaluation of Phobos or purchasing Phobos outright, your organization will be provided with a key for accessing a private NuGet feed made available exclusively for your organization.
So long as you abide by the terms of the Petabridge Enterprise Subscription Agreement and your account is in good standing, these credentials will remain valid.
Available NuGet Packages
For all customers and evaluation users, you will have access to the following NuGet packages.
Core Packages
- Phobos.Actor - the core instrumentation package for Phobos.
- Phobos.Actor.Remote - remoting instrumentation package; necessary for developers who need to use Phobos over Akka.Remote.
- Phobos.Actor.Cluster - clustering instrumentation package; necessary for developers who need to use Phobos alongside Akka.Cluster.
- Phobos.Tracing - defines all of the underlying Phobos tracing instrumentation interfaces and types.
- Phobos.Monitoring - defines all of the underlying Phobos monitoring instrumentation interfaces and types.
- Phobos.TestKit - defines the
PhobosSpec
base class that can be used for testing scenarios where traces and metrics should or should not be captured inside your applications.
Per the Phobos installation instructions, the only core package you need to install inside your Akka.NET application should be the Phobos.Actor.*
package that corresponds with what you're going to use inside your software. All of the other packages are automatically referenced as dependencies.
Driver Packages
In addition to the core packages listed above, Phobos ships driver packages to make our supported integrations seamless for Phobos customers.
As Phobos expands its range of third party technology integrations the list of driver packages we make available to our customers will continue to expand:
- Phobos.Tracing.Zipkin - Zipkin instrumentation for Phobos.Tracing.
- Phobos.Tracing.Jaeger - Jaeger instrumentation for Phobos.Tracing.
- Phobos.Tracing.ApplicationInsights - Application Insights instrumentation for Phobos.Tracing.
- Phobos.Monitoring.ApplicationInsights - Application Insights instrumentation for Phobos.Monitoring.
- Phobos.Monitoring.StatsD - StatsD instrumentation for Phobos.Monitoring
- Phobos.Monitoring.PCF - Pivotal Cloud Foundry (PCF) instrumentation for Phobos.Monitoring