Search Results for

    Show / Hide Table of Contents

    Class DiagnosticSources

    Inheritance
    object
    DiagnosticSources
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Diagnostics
    Assembly: OpenSearch.Net.dll
    Syntax
    public static class DiagnosticSources

    Properties

    | Edit this page View Source

    AuditTrailEvents

    When subscribing to SourceName you will be notified of all decisions in the request pipeline

    Declaration
    public static DiagnosticSources.AuditDiagnosticKeys AuditTrailEvents { get; }
    Property Value
    Type Description
    DiagnosticSources.AuditDiagnosticKeys
    | Edit this page View Source

    HttpConnection

    When subscribing to SourceName you will be notified every time a a connection starts and stops a request and starts and stops a a response

    Declaration
    public static DiagnosticSources.HttpConnectionDiagnosticKeys HttpConnection { get; }
    Property Value
    Type Description
    DiagnosticSources.HttpConnectionDiagnosticKeys
    | Edit this page View Source

    RequestPipeline

    When subscribing to SourceName you will be notified every time a sniff/ping or an API call to OpenSearch happens

    Declaration
    public static DiagnosticSources.RequestPipelineDiagnosticKeys RequestPipeline { get; }
    Property Value
    Type Description
    DiagnosticSources.RequestPipelineDiagnosticKeys
    | Edit this page View Source

    Serializer

    When subscribing to SourceName you will be notified every time a particular serializer writes or reads

    Declaration
    public static DiagnosticSources.SerializerDiagnosticKeys Serializer { get; }
    Property Value
    Type Description
    DiagnosticSources.SerializerDiagnosticKeys
    • Edit this page
    • View Source
    In this article
    • Properties
      • AuditTrailEvents
      • HttpConnection
      • RequestPipeline
      • Serializer
    Back to top Generated by DocFX