Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 691 Bytes

File metadata and controls

22 lines (20 loc) · 691 Bytes

Telnet Interface


Description


Deployment

A new telnet server can be started using the RESTful interface. See Servers.


Usage

The communication with the telnet interface is line based, where a line represents exactly one metric:

metricName value timestamp\n
Value Description
metricName The name of the metric that is reported.
value The value of the metric.
timestamp The timestamp (milliseconds since epoch) when this metric value occured.

The TCP connection currently has a fixed timeout of 20 seconds.

Clients

Currently a java and a C# client are under development.