Interface ITelemetryReceiver
Represents a contract for working with remote receiver of telemetry information
Namespace: Azos.Instrumentation.Telemetry
Assembly: Azos.dll
Syntax
[Glued]
[LifeCycle(Mode = ServerInstanceMode.Singleton)]
public interface ITelemetryReceiver
Methods
Send(String, Datum)
Sends data to remote telemetry receiver
Declaration
[OneWay]
void Send(string siteName, Datum data)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | siteName | the name/identifier of the reporting site |
| Datum | data | Telemetry data |