- last updated 2 day(s) ago
- 3992 daily downloads
- 1640424 total downloads
- Latest version: 2.8.0
Phobos.Tracing 2.7.0
Distributed tracing support for Akka.NET ActorSystems.
Install-Package Phobos.Tracing -Version 2.7.0
dotnet add package Phobos.Tracing --version 2.7.0
<PackageReference Include="Phobos.Tracing" Version="2.7.0"/>
paket add Phobos.Tracing --version 2.7.0
Release Notes
Phobos 2.x Feature Release** Phobos 2.7.0 introduces a pair of important features and changes to help make its metrics and tracing more reliable - _you don't need to do anything special_ other than upgrading your Phobos version to take advantage of this. 1. [Fixed: Phobos can't trace messages sent to sharded entity actors when ShardRegion is buffering](https://github.com/petabridge/phobos-issues/issues/83) - due to the way Akka.Cluster.Sharding is designed, it's been possible for traces to entity actors to be broken the first time those entities are contacted. That has been resolved in Phobos 2.7.0. 2. [Fixed: Custom actor type names are still not used in Phobos 2.6.2](https://github.com/petabridge/phobos-issues/issues/82) - this has been fixed, so the `PhobosActorSettings.WithActorTypeName(actorTypeName)` value will now show up properly in the `akka.actor.live` metrics, whereas it did not before. 3. Fixed: `akka.actor.live` gauge now includes the actor's namespace - this should make the charts clearer and easier to understand than before. 4. Ensure that when `TracingConfigBuilder.DisableAllTracing()` is enabled, no traces are produced _or propagated_ by Phobos.
Dependencies
.NETCoreApp
- Akka (>=1.5.34)
- Google.Protobuf (>=3.26.1)
- OpenTelemetry (>=1.6.0)
- Phobos.Actor.Common (>=1.1.2)
.NETStandard
- Akka (>=1.5.34)
- Google.Protobuf (>=3.26.1)
- OpenTelemetry (>=1.6.0)
- Phobos.Actor.Common (>=1.1.2)
Versions
Info
- last updated 9 day(s) ago
- Project Site
- License Info
Statistics
- 299027 total downloads
- 582 downloads of current version
Owners and Products
PetabridgeAuthors
Petabridge
Copyright
Copyright © 2017-2025 Petabridge
Petabridge