Skip to main content

Telemetry (AID112)

Telemetry is a collection of measurements and data used for monitoring. In ADITO we use telemetry to supervise the ADITO system and provide the data for external programs. ADITO provides this data every second via JMX (Java Management Extension), a standard Java API for monitoring. Programs like Prometheus can save these record temporarily in their respective databases. Furthermore programs like Grafana can display all the records from Prometheus to allow a visual representation of the current server stats.

For example we can use the raw data to display the current data and metrics. Programs like JConsole, which comes with different JDKs, can also the provided data and display them in their surface but only locally.