Phobos
Phobos
Enterprise Application Monitoring and Management for Akka.NET OSS
Published by Petabridge
  • last updated 19 day(s) ago
  • 2601 daily downloads
  • 643973 total downloads
  • Latest version: 2.2.0-beta2

Phobos.Actor 1.0.3

Automatic Akka.NET tracing and monitoring integration as part of the Phobos Enterprise Framework.

Install-Package Phobos.Actor -Version 1.0.3
dotnet add package Phobos.Actor --version 1.0.3
<PackageReference Include="Phobos.Actor" Version="1.0.3"/>
paket add Phobos.Actor --version 1.0.3

Release Notes

Added `WrappedTracer` type, designed to make it possible for `OpenTracing.ITracer` implementations which don't support custom `IScopeManager`s to play nicely with Phobos' [`ActorScopeManager`](https://phobos.petabridge.com/api/Phobos.Tracing.Scopes.ActorScopeManager.html), which makes correlation from ASP.NET Core (and other non-Akka.NET services) --> Akka.NET automatic and accurate. The `WrappedTracer` gets invoked automatically via the extension method `.WithScopeManager` present on the `TracerExtensions` class: ```csharp public static void ConfigureDataDogTracing(IServiceCollection services) { // Add DataDog Tracing services.AddSingleton<ITracer>(sp => { return OpenTracingTracerFactory.CreateTracer().WithScopeManager(new ActorScopeManager()); }); } ``` In this case, the DataDog `OpenTracing.ITracer` returned by this method will be nested inside a `WrappedTracer`, which will proxy all of the real underlying tracing calls down to DataDog's client - but Phobos' `ActorScopeManager` will be used to perform all of the correlation activities. Speaking of DataDog, we've also added a DataDog branch to the Phobos Quickstart tutorial Github repository here: https://github.com/petabridge/Petabridge.Phobos.Web/blob/feature/datadog-integration/README.md#working-with-datadog

Dependencies

.NETStandard

Versions

Version
Downloads
Last Updated
232
19 day(s) ago
1
20 day(s) ago
664
64 day(s) ago
254
152 day(s) ago
141
225 day(s) ago
22810
284 day(s) ago
71
288 day(s) ago
36
292 day(s) ago
50
299 day(s) ago
13
313 day(s) ago
2727
336 day(s) ago
142
342 day(s) ago
46
343 day(s) ago
11351
343 day(s) ago
2
343 day(s) ago
436
369 day(s) ago
1
369 day(s) ago
6790
378 day(s) ago
453
412 day(s) ago
12
413 day(s) ago
1989
413 day(s) ago
98
419 day(s) ago
51
426 day(s) ago
6921
442 day(s) ago
437
455 day(s) ago
454
467 day(s) ago
7114
488 day(s) ago
1168
524 day(s) ago
704
526 day(s) ago
3248
559 day(s) ago
2301
580 day(s) ago
678
588 day(s) ago
1534
642 day(s) ago
1448
658 day(s) ago
243
664 day(s) ago
3402
684 day(s) ago
5792
728 day(s) ago
11049
785 day(s) ago
92
789 day(s) ago
83
789 day(s) ago
83
789 day(s) ago
83
789 day(s) ago
556
819 day(s) ago
207
834 day(s) ago
1603
855 day(s) ago
838
890 day(s) ago
1245
902 day(s) ago
73
902 day(s) ago

Info

Statistics

  • 99726 total downloads
  • 838 downloads of current version

Owners and Products

Petabridge Petabridge

Authors

Petabridge

Copyright

Copyright © 2017-2020 Petabridge

Petabridge