[This is preliminary documentation and is subject to change.]
Provides means for remote acquisition of instrumentation data
Classes
Class | Description | |
---|---|---|
![]() | TelemetryInstrumentationProvider |
Represents a provider that writes aggregated datums into remote telemetry receiver
|
![]() | TelemetryReceiverClient |
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
Interface | Description | |
---|---|---|
![]() | ITelemetryReceiver |
Represents a contract for working with remote receiver of telemetry information
|