Show / Hide Table of Contents

    Interface ITracerProvider

    API for any Phobos.Tracingt plugins that can be loaded via HOCON configuration.

    Namespace:Phobos.Tracing
    Assembly:Phobos.Tracing.dll
    Syntax
    public interface ITracerProvider

    Methods

    CreateTracer(Address)

    Creates a new OpenTracing.ITracer instance given the bound address of the Akka.Actor.ActorSystem

    Declaration
    ITracer CreateTracer(Address boundAddress)
    Parameters
    Type Name Description
    Akka.Actor.Address boundAddress

    The bound address of this Akka.Actor.ActorSystem.

    Returns
    Type Description
    OpenTracing.ITracer

    A new OpenTracing.ITracer instance.

    Back to top Copyright © 2015-2018 Petabridge®