Class DiagnosticSources
Inherited Members
Namespace: OpenSearch.Net.Diagnostics
Assembly: OpenSearch.Net.dll
Syntax
public static class DiagnosticSources
Properties
| Edit this page View SourceAuditTrailEvents
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 |
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 |
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 |
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 |