Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document is for guiding how to develop IoTDB restful module for supporting Prometheus and Grafana in Java (backend) and TypeScript (frontend of Grafana).


Prometheus:


Prometheus is written by Go. It can write data into (and query data from) TSDBs if the TSDBs have restful API.

...

Therefore, to implement iotdb-prometheus module, you need to know: 1. protocol buffer; 2. restful service; 


Protocol Buffer:

Prometheus 2.9 uses ProtoBuf 2.13.2. So, it is better to use ProtoBuf 2.13.2.

...