NFX.Instrumentation.Telemetry NamespaceNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides means for remote acquisition of instrumentation data
Classes

  ClassDescription
Public classTelemetryInstrumentationProvider
Represents a provider that writes aggregated datums into remote telemetry receiver
Public classTelemetryReceiverClient
Client for glued contract NFX.Instrumentation.Telemetry.ITelemetryReceiver server. Each contract method has synchronous and asynchronous versions, the later denoted by 'Async_' prefix. May inject client-level inspectors here like so: client.MsgInspectors.Register( new YOUR_CLIENT_INSPECTOR_TYPE());
Interfaces

  InterfaceDescription
Public interfaceITelemetryReceiver
Represents a contract for working with remote receiver of telemetry information