Search Results for

    Show / Hide Table of Contents

    Class TracerSetup

    Instantiated by one of the setups inside Phobos.Actor typically - used to help actors access the OpenTelemetry.Trace.TracerProvider from inside the ActorSystem. Constructor is internal. Create via the Create() or Phobos.Tracing.TracerSetup.Create(System.String) method instead.

    Inheritance
    System.Object
    Setup
    TracerSetup
    Inherited Members
    Setup.And(Setup)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Phobos.Tracing
    Assembly: Phobos.Tracing.dll
    Syntax
    public sealed class TracerSetup : Setup

    Methods

    Create()

    Declaration
    public static TracerSetup Create()
    Returns
    Type Description
    TracerSetup
    In This Article
    Back to top Generated by DocFX